File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
env :
20
20
TAG : latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- name : Audit Docker image for amd64
24
24
if : ${{ matrix.os == 'ubuntu-latest' }}
25
25
run : ./script/release-workflow/audit.sh
Original file line number Diff line number Diff line change 35
35
runs-on : ubuntu-latest
36
36
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v5
39
39
with :
40
40
fetch-depth : 0
41
41
Original file line number Diff line number Diff line change 15
15
env :
16
16
DOCKER_IMAGE_ORG_AND_NAME : pactfoundation/pact-cli
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
20
20
- name : Integration tests
21
21
run : script/test.sh
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
- uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments