Skip to content

Commit 7919ebe

Browse files
committed
ci: update GitHub actions
Signed-off-by: Sebastien Binet <[email protected]>
1 parent 149d52c commit 7919ebe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.platform }}
2525
steps:
2626
- name: Install Go
27-
uses: actions/setup-go@v2
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030

@@ -34,12 +34,12 @@ jobs:
3434
git config --global core.eol lf
3535
3636
- name: Checkout code
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 1
4040

4141
- name: Cache-Go
42-
uses: actions/cache@v1
42+
uses: actions/cache@v4
4343
with:
4444
# In order:
4545
# * Module download cache
@@ -93,11 +93,11 @@ jobs:
9393
run: |
9494
go run ./ci/run-tests.go $TAGS -race
9595
- name: static-check
96-
uses: dominikh/staticcheck-action@v1.2.0
96+
uses: dominikh/staticcheck-action@v1
9797
with:
9898
install-go: false
9999
cache-key: ${{ matrix.platform }}
100-
version: "2022.1"
100+
version: "2025.1"
101101
- name: Upload-Coverage
102102
if: matrix.platform == 'ubuntu-latest'
103-
uses: codecov/codecov-action@v1
103+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)