Skip to content

Commit 9779238

Browse files
authored
Merge pull request #56 from simplesamlphp/dependabot/github_actions/release-2.3/all-actions-bc03c02a16
Bump the all-actions group with 2 updates
2 parents 74fd352 + e13ef11 commit 9779238

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
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@v6
71+
- uses: actions/setup-node@v7
7272
with:
7373
node-version: 20
7474

@@ -148,7 +148,7 @@ jobs:
148148
unzip build.zip
149149
rm build.zip
150150
151-
- uses: paulhatch/semantic-version@v6.0.2
151+
- uses: paulhatch/semantic-version@v6.0.3
152152
id: asset_version
153153
with:
154154
# The prefix to use to identify tags

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

0 commit comments

Comments
 (0)