File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 # 'pactflow-example-bi-directional-provider-dotnet'
2828 ]
2929 steps :
30- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
30+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3131 - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3232 with :
3333 python-version : ' 3.14'
4747 runs-on : ubuntu-latest
4848 needs : test
4949 steps :
50- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
50+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5151 - run : docker pull pactfoundation/pact-cli:latest
5252 - name : Can I deploy?
5353 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
5757 runs-on : ubuntu-latest
5858 needs : can-i-deploy
5959 steps :
60- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
60+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6161 - run : docker pull pactfoundation/pact-cli:latest
6262 - name : Deploy
6363 run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments