Skip to content

Commit 79bb925

Browse files
committed
ci: update GitHub actions
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent 149d52c commit 79bb925

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
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 }}
100100
version: "2022.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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy