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 15
15
test :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19
19
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
20
20
with :
21
21
node-version : " 22"
31
31
runs-on : ubuntu-latest
32
32
needs : test
33
33
steps :
34
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
35
35
- run : docker pull pactfoundation/pact-cli:latest
36
36
- name : Can I deploy?
37
37
run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
41
41
runs-on : ubuntu-latest
42
42
needs : can-i-deploy
43
43
steps :
44
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
45
45
- run : docker pull pactfoundation/pact-cli:latest
46
46
- name : Deploy
47
47
run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments