We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8759d commit b231b94Copy full SHA for b231b94
2 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21
- - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
22
with:
23
node-version: '24'
24
- name: Install
.github/workflows/contract_requiring_verification_published.yml
@@ -34,7 +34,7 @@ jobs:
34
if: ${{ github.event.client_payload.pact_url }}
35
36
ref: ${{env.GIT_COMMIT}}
37
38
39
40
- run: docker pull pactfoundation/pact-cli:latest
0 commit comments