Skip to content

Commit 3ef7740

Browse files
[dependencies] Update github-actions
1 parent 9fb3613 commit 3ef7740

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/debug.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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.22
2828
- name: Build
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
- name: Setup Go
40-
uses: actions/setup-go@v4
40+
uses: actions/setup-go@v5
4141
with:
4242
go-version: ~1.20
4343
continue-on-error: true
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
- name: Setup Go
56-
uses: actions/setup-go@v4
56+
uses: actions/setup-go@v5
5757
with:
5858
go-version: ~1.21
5959
continue-on-error: true
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
fetch-depth: 0
7171
- name: Setup Go
72-
uses: actions/setup-go@v4
72+
uses: actions/setup-go@v5
7373
with:
7474
go-version: ^1.22
7575
continue-on-error: true
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
fetch-depth: 0
8787
- name: Setup Go
88-
uses: actions/setup-go@v4
88+
uses: actions/setup-go@v5
8989
with:
9090
go-version: ^1.22
9191
continue-on-error: true

.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.22
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@v6
3636
with:
3737
version: latest

0 commit comments

Comments
 (0)