Skip to content

Commit b231b94

Browse files
chore(deps): update actions/setup-node digest to 53b8394
Ref: PACT-445
1 parent 7a8759d commit b231b94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
21+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 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@6044e13b5dc448c55e2357c09f80417699197238 # v6
37+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3838
with:
3939
node-version: '24'
4040
- run: docker pull pactfoundation/pact-cli:latest

0 commit comments

Comments
 (0)