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 2525 # 'pactflow-example-bi-directional-provider-dotnet'
2626 ]
2727 steps :
28- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2929 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3030 with :
3131 node-version : " 14"
4545 runs-on : ubuntu-latest
4646 needs : test
4747 steps :
48- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
48+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4949 - run : docker pull pactfoundation/pact-cli:latest
5050 - name : Can I deploy?
5151 run : GIT_BRANCH=${GIT_REF:11} make can_i_deploy
5555 runs-on : ubuntu-latest
5656 needs : can-i-deploy
5757 steps :
58- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
58+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5959 - run : docker pull pactfoundation/pact-cli:latest
6060 - name : Deploy
6161 run : GIT_BRANCH=${GIT_REF:11} make deploy
You can’t perform that action at this time.
0 commit comments