We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ede563 commit d550075Copy full SHA for d550075
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
PACT_CLI_DOCKER_VERSION: ${{ needs.set-pact-cli-docker-version.outputs.PACT_CLI_DOCKER_VERSION}}
45
steps:
46
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
47
- - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
48
with:
49
node-version: ${{ matrix.node-version }}
50
- name: Install
0 commit comments