diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 5fa5e8a..c4b1dbb 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 @@ -25,7 +25,7 @@ jobs: go-version: '>=1.22.2' - name: Run GoReleaser - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6 + uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7 with: distribution: goreleaser version: latest diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 51b4f5e..7492ae0 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -31,7 +31,7 @@ jobs: run: go test -v -coverprofile=coverage.out -covermode=atomic ./... - name: upload coverage to codecov - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 with: files: ./coverage.out fail_ci_if_error: false