File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 # "pactflow-example-provider",
2525 ]
2626 steps :
27- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
27+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2929 with :
3030 node-version : " 22"
4444 runs-on : ubuntu-latest
4545 needs : test
4646 steps :
47- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
47+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4848 - run : docker pull pactfoundation/pact-cli:latest
4949 - name : Can I deploy?
5050 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
5454 runs-on : ubuntu-latest
5555 needs : can-i-deploy
5656 steps :
57- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
57+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5858 - run : docker pull pactfoundation/pact-cli:latest
5959 - name : Deploy
6060 run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments