diff --git a/.github/workflows/run-goreleaser.yml b/.github/workflows/run-goreleaser.yml index d4986bd..171c3f0 100644 --- a/.github/workflows/run-goreleaser.yml +++ b/.github/workflows/run-goreleaser.yml @@ -20,7 +20,7 @@ jobs: os: [ubuntu-latest] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - run: git fetch --force --tags