File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
test :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21
21
- name : Test (ruby standalone - docker)
22
22
run : GIT_BRANCH=${GITHUB_REF:11} make test
23
23
- name : Test (native standalone - docker)
28
28
runs-on : ubuntu-latest
29
29
needs : test
30
30
steps :
31
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32
32
- run : docker pull pactfoundation/pact-cli:latest
33
33
- name : Can I deploy?
34
34
run : GIT_BRANCH=${GITHUB_REF:11} make can_i_deploy
38
38
runs-on : ubuntu-latest
39
39
needs : can-i-deploy
40
40
steps :
41
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
42
42
- run : docker pull pactfoundation/pact-cli:latest
43
43
- name : Deploy
44
44
run : GIT_BRANCH=${GITHUB_REF:11} make deploy
Original file line number Diff line number Diff line change 17
17
verify-changed-pact :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21
21
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
22
22
with :
23
23
python-version : ' 3.13'
You can’t perform that action at this time.
0 commit comments