We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf8e0d commit bab4fd3Copy full SHA for bab4fd3
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ubuntu-latest
47
needs: test
48
steps:
49
- - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
50
- run: docker pull pactfoundation/pact-cli:latest
51
- name: Can I deploy?
52
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -56,7 +56,7 @@ jobs:
56
57
needs: can-i-deploy
58
59
60
61
- name: Deploy
62
run: GIT_BRANCH=${GIT_REF:11} make deploy
0 commit comments