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 27
27
# 'pactflow-example-bi-directional-provider-dotnet'
28
28
]
29
29
steps :
30
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
30
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
31
31
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
32
32
with :
33
33
python-version : ' 3.13'
47
47
runs-on : ubuntu-latest
48
48
needs : test
49
49
steps :
50
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
50
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
51
51
- run : docker pull pactfoundation/pact-cli:latest
52
52
- name : Can I deploy?
53
53
run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
57
57
runs-on : ubuntu-latest
58
58
needs : can-i-deploy
59
59
steps :
60
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
60
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
61
61
- run : docker pull pactfoundation/pact-cli:latest
62
62
- name : Deploy
63
63
run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments