Skip to content

Commit 0a63489

Browse files
authored
Merge pull request #8 from simplesamlphp/dependabot/github_actions/release-2.4/all-actions-d244d1801a
Bump actions/setup-node from 4 to 5 in the all-actions group
2 parents 38fb155 + e32a41c commit 0a63489

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
@@ -68,7 +68,7 @@ jobs:
6868
files_changed: ${{ steps.changes.outputs.files_changed }}
6969

7070
steps:
71-
- uses: actions/setup-node@v4
71+
- uses: actions/setup-node@v5
7272
with:
7373
node-version: 18
7474

.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: 18
2929

0 commit comments

Comments
 (0)