Skip to content

Commit 504044c

Browse files
[dependencies] Update github-actions
1 parent 0649aa5 commit 504044c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Go
25-
uses: actions/setup-go@v4
25+
uses: actions/setup-go@v5
2626
with:
2727
go-version: ^1.23
2828
- name: Cache go module
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: |
3232
~/go/pkg/mod
3333
key: go-${{ hashFiles('**/go.sum') }}
3434
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@v3
35+
uses: golangci/golangci-lint-action@v7
3636
with:
3737
version: latest

0 commit comments

Comments
 (0)