Skip to content

Commit 7ceaf63

Browse files
[dependencies] Update github-actions
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8806e42 commit 7ceaf63

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/debug.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Setup Go
27-
uses: actions/setup-go@v4
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: ^1.22
3030
- name: Build
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141
- name: Setup Go
42-
uses: actions/setup-go@v4
42+
uses: actions/setup-go@v5
4343
with:
4444
go-version: ~1.20
4545
continue-on-error: true
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
fetch-depth: 0
5757
- name: Setup Go
58-
uses: actions/setup-go@v4
58+
uses: actions/setup-go@v5
5959
with:
6060
go-version: ~1.21
6161
continue-on-error: true
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
fetch-depth: 0
7373
- name: Setup Go
74-
uses: actions/setup-go@v4
74+
uses: actions/setup-go@v5
7575
with:
7676
go-version: ^1.22
7777
continue-on-error: true
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
fetch-depth: 0
8989
- name: Setup Go
90-
uses: actions/setup-go@v4
90+
uses: actions/setup-go@v5
9191
with:
9292
go-version: ^1.22
9393
continue-on-error: true

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Setup Go
27-
uses: actions/setup-go@v4
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: ^1.22
3030
- name: Cache go module
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: |
3434
~/go/pkg/mod
3535
key: go-${{ hashFiles('**/go.sum') }}
3636
- name: golangci-lint
37-
uses: golangci/golangci-lint-action@v3
37+
uses: golangci/golangci-lint-action@v6
3838
with:
3939
version: latest

0 commit comments

Comments
 (0)