Commit 8f315d9 1 parent 5fe719e commit 8f315d9 Copy full SHA for 8f315d9
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
name : Run transport interoperability tests
24
24
runs-on : ${{ fromJSON(vars['INTEROP_TEST_RUNNER_UBUNTU'] || '"ubuntu-22.04"') }}
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- name : Build image
28
28
run : docker build -t go-libp2p-head -f test-plans/PingDockerfile .
29
29
- uses : libp2p/test-plans/.github/actions/run-transport-interop-test@master
Original file line number Diff line number Diff line change 9
9
check-links :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : gaurav-nelson/github-action-markdown-link-check@v1
14
14
with :
15
15
use-quiet-mode : ' yes' # show only broken links
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
run : |
33
33
go version
34
34
go env
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
path : ' libp2p'
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v4
39
39
with :
40
40
repository : ${{ matrix.upstream }}
41
41
path : upstream
You can’t perform that action at this time.
0 commit comments