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 6368bfe commit a76aa27Copy full SHA for a76aa27
.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@a0853c24544627f65ddf259abe73b1d18a591444 # v5
48
with:
49
node-version: ${{ matrix.node-version }}
50
- name: Install
0 commit comments