Skip to content

Commit f712df1

Browse files
Bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version). Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) Updates `paulhatch/semantic-version` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Changelog](https://github.com/PaulHatch/semantic-version/blob/master/CHANGELOG.md) - [Commits](PaulHatch/semantic-version@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: paulhatch/semantic-version dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 102d51d commit f712df1

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)