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 1616 test :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
19+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2121 with :
2222 node-version : ' 24'
3636 runs-on : ubuntu-latest
3737 needs : test
3838 steps :
39- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
39+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4040 - run : docker pull pactfoundation/pact-cli:latest
4141 - name : Can I deploy?
4242 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
4646 runs-on : ubuntu-latest
4747 needs : can-i-deploy
4848 steps :
49- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
49+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5050 - run : docker pull pactfoundation/pact-cli:latest
5151 - name : Deploy
5252 run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments