Skip to content

Commit 78a1a7f

Browse files
[dependencies] Update github-actions
1 parent 29c23c4 commit 78a1a7f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/debug.yml

Lines changed: 7 additions & 7 deletions
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.18
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.19
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.20
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.21
9191
continue-on-error: true
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
fetch-depth: 0
103103
- name: Setup Go
104-
uses: actions/setup-go@v4
104+
uses: actions/setup-go@v5
105105
with:
106106
go-version: ^1.22
107107
continue-on-error: true
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
fetch-depth: 0
119119
- name: Setup Go
120-
uses: actions/setup-go@v4
120+
uses: actions/setup-go@v5
121121
with:
122122
go-version: ^1.22
123123
continue-on-error: true

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
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@v5
3636
with:
3737
version: latest

0 commit comments

Comments
 (0)