Skip to content

Commit a76aa27

Browse files
chore(deps): update actions/setup-node action to v5
Ref: PACT-445
1 parent 6368bfe commit a76aa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
PACT_CLI_DOCKER_VERSION: ${{ needs.set-pact-cli-docker-version.outputs.PACT_CLI_DOCKER_VERSION}}
4545
steps:
4646
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
47-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
47+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
4848
with:
4949
node-version: ${{ matrix.node-version }}
5050
- name: Install

0 commit comments

Comments
 (0)