File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 # working alongside Bi-Directional Contract Testing
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
39+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4040 - name : get version of OAS
4141 run : |
4242 sudo snap install yq
Original file line number Diff line number Diff line change 1717 test :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2222 with :
2323 node-version : ' 22'
3131 runs-on : ubuntu-latest
3232 needs : test
3333 steps :
34- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
34+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3535 - run : docker pull pactfoundation/pact-cli:latest
3636 - name : Can I deploy?
3737 run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
4141 runs-on : ubuntu-latest
4242 needs : can-i-deploy
4343 steps :
44- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
44+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4545 - run : docker pull pactfoundation/pact-cli:latest
4646 - name : Deploy
4747 run : GIT_BRANCH=${GITHUB_REF:11} make deploy
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : checkout default branch if user manually provides pact URL
30- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
30+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3131 if : ${{ github.event.inputs.PACT_URL }}
3232 - name : checkout specific SHA if webhook providers pact URL
33- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
33+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3434 if : ${{ github.event.client_payload.pact_url }}
3535 with :
3636 ref : ${{env.GIT_COMMIT}}
You can’t perform that action at this time.
0 commit comments