Skip to content

Commit c5ac390

Browse files
authored
Merge pull request #14 from simplesamlphp/dependabot/github_actions/release-2.3/all-actions-5e51f74d5c
Bump actions/setup-node from 5 to 6 in the all-actions group
2 parents 0a08c20 + 539f7b2 commit c5ac390

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@v5
71+
- uses: actions/setup-node@v6
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@v5
26+
- uses: actions/setup-node@v6
2727
with:
2828
node-version: 18
2929

0 commit comments

Comments
 (0)