diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index ecadc8e..db02fc7 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Push to Gitlab