Skip to content

Commit 725bd88

Browse files
authored
Merge pull request #60 from simplesamlphp/dependabot/github_actions/release-2.5/all-actions-5e51f74d5c
Bump actions/setup-node from 5 to 6 in the all-actions group
2 parents bf40ef5 + eea06ea commit 725bd88

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

0 commit comments

Comments
 (0)