File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 test :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121 - name : Test (ruby standalone - docker)
2222 run : GIT_BRANCH=${GITHUB_REF:11} make test
2323 - name : Test (native standalone - docker)
2828 runs-on : ubuntu-latest
2929 needs : test
3030 steps :
31- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
31+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3232 - run : docker pull pactfoundation/pact-cli:latest
3333 - name : Can I deploy?
3434 run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
3838 runs-on : ubuntu-latest
3939 needs : can-i-deploy
4040 steps :
41- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
41+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4242 - run : docker pull pactfoundation/pact-cli:latest
4343 - name : Deploy
4444 run : GIT_BRANCH=${GITHUB_REF:11} make deploy
Original file line number Diff line number Diff line change 1717 verify-changed-pact :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121 - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2222 with :
2323 python-version : ' 3.14'
You can’t perform that action at this time.
0 commit comments