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 14
14
test :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18
18
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
19
19
with :
20
20
python-version : " 3.13"
46
46
runs-on : ubuntu-latest
47
47
needs : test
48
48
steps :
49
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
49
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
50
50
- run : docker pull pactfoundation/pact-cli:latest
51
51
- name : Can I deploy?
52
52
run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
56
56
runs-on : ubuntu-latest
57
57
needs : can-i-deploy
58
58
steps :
59
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
59
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
60
60
- run : docker pull pactfoundation/pact-cli:latest
61
61
- name : Deploy
62
62
run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments