We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dafe3f commit ac02087Copy full SHA for ac02087
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
+ - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # 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