Skip to content

Commit 8f315d9

Browse files
cario-devMarcoPolo
andauthored
upgrade checkout action to version with node20 (#2790)
Co-authored-by: Marco Munizaga <git@marcopolo.io>
1 parent 5fe719e commit 8f315d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/interop-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Run transport interoperability tests
2424
runs-on: ${{ fromJSON(vars['INTEROP_TEST_RUNNER_UBUNTU'] || '"ubuntu-22.04"') }}
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Build image
2828
run: docker build -t go-libp2p-head -f test-plans/PingDockerfile .
2929
- uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master

.github/workflows/link-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
check-links:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1414
with:
1515
use-quiet-mode: 'yes' # show only broken links

.github/workflows/upstream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
run: |
3333
go version
3434
go env
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
with:
3737
path: 'libp2p'
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v4
3939
with:
4040
repository: ${{ matrix.upstream }}
4141
path: upstream

0 commit comments

Comments
 (0)