Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit cb1e128

Browse files
committed
ci: bump actions/{cache@v3,checkout@v4,setup-go@v5} and staticcheck
Signed-off-by: Sebastien Binet <[email protected]>
1 parent 9efa2dc commit cb1e128

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
runs-on: ${{ matrix.platform }}
2626
steps:
2727
- name: Install Go
28-
uses: actions/setup-go@v4
28+
uses: actions/setup-go@v5
2929
with:
3030
go-version: ${{ matrix.go-version }}
3131

3232
- name: Cache-Go
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
# In order:
3636
# * Module download cache
@@ -47,7 +47,7 @@ jobs:
4747
${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
4848
4949
- name: Checkout code
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
5151
with:
5252
fetch-depth: 1
5353

@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
install-go: false
8686
cache-key: ${{ matrix.platform }}
87-
version: "2023.1.5"
87+
version: "2023.1"
8888
- name: Upload-Coverage
8989
if: matrix.platform == 'ubuntu-latest'
9090
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)