This repository was archived by the owner on Mar 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 env :
4444 PACT_CLI_DOCKER_VERSION : ${{ needs.set-pact-cli-docker-version.outputs.PACT_CLI_DOCKER_VERSION}}
4545 steps :
46- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
46+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4747 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4848 with :
4949 node-version : ${{ matrix.node-version }}
6565 env :
6666 PACT_CLI_DOCKER_VERSION : ${{ needs.set-pact-cli-docker-version.outputs.PACT_CLI_DOCKER_VERSION}}
6767 steps :
68- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
68+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6969 - name : 🔎 Can I deploy?
7070 run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
7171 shell : bash
8181 env :
8282 PACT_CLI_DOCKER_VERSION : ${{ needs.set-pact-cli-docker-version.outputs.PACT_CLI_DOCKER_VERSION}}
8383 steps :
84- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
84+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8585 - name : 🚀 Deploy
8686 run : GIT_BRANCH=${GITHUB_REF:11} make deploy
8787 if : github.ref == 'refs/heads/master'
You can’t perform that action at this time.
0 commit comments