Skip to content

Commit 3c5ae5d

Browse files
authored
Merge pull request #99 from simplesamlphp/dependabot/github_actions/release-2.3/all-actions-bc03c02a16
Bump the all-actions group with 2 updates
2 parents 102d51d + f712df1 commit 3c5ae5d

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

@@ -153,7 +153,7 @@ jobs:
153153
unzip build.zip
154154
rm build.zip
155155
156-
- uses: paulhatch/semantic-version@v6.0.2
156+
- uses: paulhatch/semantic-version@v6.0.3
157157
id: asset_version
158158
with:
159159
# 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)