File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 test :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
31+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
41+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2121 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2222 with :
2323 python-version : ' 3.14'
You can’t perform that action at this time.
0 commit comments