Skip to content

Commit ae0768c

Browse files
chore(deps): update actions/setup-node action to v3 (#419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tim Riedl <[email protected]>
1 parent 47a0be9 commit ae0768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license-checker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: NPM | Install NodeJS
35-
uses: actions/setup-node@v2
35+
uses: actions/setup-node@v3
3636
with:
3737
node-version: 23.3.0
3838
- name: Install Dependencies

0 commit comments

Comments
 (0)