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 1919 env :
2020 TAG : latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Audit Docker image for amd64
2424 if : ${{ matrix.os == 'ubuntu-latest' }}
2525 run : ./script/release-workflow/audit.sh
Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
4141
Original file line number Diff line number Diff line change 1515 env :
1616 DOCKER_IMAGE_ORG_AND_NAME : pactfoundation/pact-cli
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Integration tests
2121 run : script/test.sh
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments