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 1717 test :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2222 with :
2323 node-version : " 22"
3333 runs-on : ubuntu-latest
3434 needs : test
3535 steps :
36- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
36+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3737 - name : Can I deploy?
3838 run : BRANCH=${GIT_REF:11} make can_i_deploy
3939
4242 runs-on : ubuntu-latest
4343 needs : can-i-deploy
4444 steps :
45- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4646 - name : Deploy
4747 run : BRANCH=${GIT_REF:11} make deploy
4848 # if: github.ref == 'refs/heads/main' # note this is set in our Makefile
Original file line number Diff line number Diff line change 8888 PACT_CLI_STANDALONE_VERSION : ${{ needs.setup.outputs.PACT_CLI_STANDALONE_VERSION}}
8989 steps :
9090 - name : ⬇️ Checkout Repository
91- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
91+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
9292 - name : 🚨 Setup Ruby
9393 uses : ruby/setup-ruby@v1
9494 if : ${{ (env.PACT_TOOL == 'ruby_cli' || env.PACT_TOOL == 'ruby_standalone') && runner.os == 'Linux' }}
You can’t perform that action at this time.
0 commit comments