Skip to content

Commit 02fb2b1

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 7808c3f commit 02fb2b1

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
@@ -34,7 +34,7 @@ jobs:
3434
files_changed: ${{ steps.changes.outputs.files_changed }}
3535

3636
steps:
37-
- uses: actions/setup-node@v6
37+
- uses: actions/setup-node@v7
3838
with:
3939
node-version: 24
4040

@@ -125,7 +125,7 @@ jobs:
125125
unzip build.zip
126126
rm build.zip
127127
128-
- uses: paulhatch/semantic-version@v6.0.2
128+
- uses: paulhatch/semantic-version@v6.0.3
129129
id: asset_version
130130
with:
131131
# 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: 24
2929

0 commit comments

Comments
 (0)