Skip to content

Commit fecfd00

Browse files
[skip-release] Update github-actions
1 parent bdefdc3 commit fecfd00

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818
with:
1919
fetch-depth: 0
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
22+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2323
with:
2424
go-version: ">=1.25.0"
2525

2626
- name: Run GoReleaser
27-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
27+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
2828
with:
2929
distribution: goreleaser
3030
version: latest

.github/workflows/lint-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
3232

3333
- name: upload coverage to codecov
34-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
34+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
3535
with:
3636
files: ./coverage.out
3737
fail_ci_if_error: false

0 commit comments

Comments
 (0)