Skip to content

Commit 2139286

Browse files
authored
Merge pull request #4901 from UniversityOfHelsinkiCS/renovate/actions-setup-node-6.x
Update actions/setup-node action to v6
2 parents 4e1ad94 + 61959c2 commit 2139286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/lint/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Runs ESLint and Stylelint for frontend and backend'
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/setup-node@v5
7+
- uses: actions/setup-node@v6
88
with:
99
node-version: 22
1010
- name: 'Install dependencies'

.github/workflows/updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v5
24-
- uses: actions/setup-node@v5
24+
- uses: actions/setup-node@v6
2525
with:
2626
node-version: 22
2727
- name: 'Install dependencies'

0 commit comments

Comments
 (0)