diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20adece..603e32b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: with: go-version-file: go.mod - - uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 + - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 # installed here to run lint on the .goreleaser.yml file: - name: Install GoReleaser @@ -44,7 +44,7 @@ jobs: with: go-version-file: go.mod - - uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 + - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 - name: Install GoReleaser uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ba6747c..a388233 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: go-version-file: go.mod cache: false - - uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 + - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 # installed here to run lint on the .goreleaser.yml file: - name: Install GoReleaser