Skip to content

Commit 7b03f8e

Browse files
chore(deps): update actions/setup-node action to v5
Ref: PACT-445
1 parent 1db6383 commit 7b03f8e

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
21+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2222
with:
2323
node-version: '22'
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
37+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3838
with:
3939
node-version: '22'
4040
- run: docker pull pactfoundation/pact-cli:latest

0 commit comments

Comments
 (0)