Skip to content

Commit c433c0b

Browse files
[skip-release] Update github-actions (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4806b7 commit c433c0b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
23+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2424
with:
2525
go-version: '>=1.22.2'
2626

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: check valid yml
2525
run: yq . *.yaml
2626

27-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
27+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2828
with:
2929
go-version: ">=1.25.0"
3030

3131
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
32+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
3333
with:
3434
version: latest
3535

0 commit comments

Comments
 (0)