Skip to content

Commit bd1b9ab

Browse files
chore(deps): update actions/setup-node action to v6 (#306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c84491 commit bd1b9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
23+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'pnpm'

0 commit comments

Comments
 (0)