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 1414 test :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1818 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1919 with :
2020 python-version : " 3.13"
4646 runs-on : ubuntu-latest
4747 needs : test
4848 steps :
49- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
49+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5050 - run : docker pull pactfoundation/pact-cli:latest
5151 - name : Can I deploy?
5252 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
5656 runs-on : ubuntu-latest
5757 needs : can-i-deploy
5858 steps :
59- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
59+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6060 - run : docker pull pactfoundation/pact-cli:latest
6161 - name : Deploy
6262 run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments