diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc2b4ec..5bdcf7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,15 +13,15 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - run: git fetch --force --tags - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version: '>=1.19.2' cache: true - - uses: goreleaser/goreleaser-action@v3.2.0 + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest