Skip to content

Commit 2fb7072

Browse files
authored
Merge pull request #11 from simplesamlphp/dependabot/github_actions/release-2.5/all-actions-d244d1801a
Bump actions/setup-node from 4 to 5 in the all-actions group
2 parents 42df1e8 + 7b62da6 commit 2fb7072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
files_changed: ${{ steps.changes.outputs.files_changed }}
3333

3434
steps:
35-
- uses: actions/setup-node@v4
35+
- uses: actions/setup-node@v5
3636
with:
3737
node-version: 20
3838

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Fetch changes
2424
# Without fetching, we might miss new tags due to caching in Github Actions
2525
run: git fetch --all
26-
- uses: actions/setup-node@v4
26+
- uses: actions/setup-node@v5
2727
with:
2828
node-version: 20
2929

0 commit comments

Comments
 (0)