We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab188ed commit 07415f2Copy full SHA for 07415f2
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
+ - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
20
with:
21
node-version: '24'
22
- 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