File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2222 with :
2323 node-version : " 24"
3535 runs-on : ubuntu-latest
3636 needs : test
3737 steps :
38- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
38+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3939 - name : Can I deploy?
4040 run : BRANCH=${GIT_REF:11} make can_i_deploy
4141
4444 runs-on : ubuntu-latest
4545 needs : can-i-deploy
4646 steps :
47- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
47+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4848 - name : Deploy
4949 run : BRANCH=${GIT_REF:11} make deploy
5050 # if: github.ref == 'refs/heads/main' # note this is set in our Makefile
Original file line number Diff line number Diff line change 88 timeout-minutes : 60
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1212 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1313 with :
1414 node-version : ' 24.x'
Original file line number Diff line number Diff line change 7474 PACT_CLI_STANDALONE_VERSION : ${{ needs.setup.outputs.PACT_CLI_STANDALONE_VERSION}}
7575 steps :
7676 - name : ⬇️ Checkout Repository
77- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
77+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
7878 - name : 🚨 Setup Ruby
7979 uses : ruby/setup-ruby@v1
8080 if : ${{ (env.PACT_TOOL == 'ruby_cli' || env.PACT_TOOL == 'ruby_standalone') && runner.os == 'Linux' }}
You can’t perform that action at this time.
0 commit comments