Skip to content

Commit 02a7449

Browse files
chore(deps): update actions/setup-node digest to 395ad32
Ref: PACT-445
1 parent 206f1ee commit 02a7449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
21-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
21+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
2222
with:
2323
node-version: '24'
2424
- name: Install

.github/workflows/contract_requiring_verification_published.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ github.event.client_payload.pact_url }}
3535
with:
3636
ref: ${{env.GIT_COMMIT}}
37-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
37+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
3838
with:
3939
node-version: '24'
4040
- run: docker pull pactfoundation/pact-cli:latest

0 commit comments

Comments
 (0)