We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5742a42 commit 9469e54Copy full SHA for 9469e54
.github/actions/integration-test/action.yml
@@ -29,7 +29,7 @@ runs:
29
using: "composite"
30
steps:
31
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
- - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
+ - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
33
- run: sudo npm install -g bats@${{ inputs.bats-version }}
34
shell: bash
35
- run: bats -v
0 commit comments