File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
Test :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20
20
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
21
21
with :
22
22
node-version : ' 22'
@@ -33,12 +33,12 @@ jobs:
33
33
continue-on-error : true
34
34
steps :
35
35
- run : docker pull pactfoundation/pact-cli:latest
36
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
36
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
37
37
- name : Check if verification exists
38
38
# Raises an error and does not continue if the verification already exists
39
39
# Because continue-on-error is set to true, this will not fail the overall build however
40
40
run : " ! make check_if_successfull_verification_exists"
41
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
41
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
42
42
with :
43
43
repository : pactflow/example-provider
44
44
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
62
62
runs-on : ubuntu-latest
63
63
needs : Verify
64
64
steps :
65
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
65
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
66
66
- run : docker pull pactfoundation/pact-cli:latest
67
67
- name : Can I deploy?
68
68
run : make can_i_deploy
73
73
runs-on : ubuntu-latest
74
74
needs : Can-I-Deploy
75
75
steps :
76
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
76
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
77
77
- run : docker pull pactfoundation/pact-cli:latest
78
78
- name : Deploy
79
79
run : GIT_BRANCH=${GITHUB_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments