Skip to content

Commit 459c949

Browse files
Bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) and [EndBug/add-and-commit](https://github.com/endbug/add-and-commit). Updates `paulhatch/semantic-version` from 6.0.1 to 6.0.2 - [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.1...v6.0.2) Updates `EndBug/add-and-commit` from 9 to 10 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](EndBug/add-and-commit@v9...v10) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d33ed4 commit 459c949

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
unzip build.zip
154154
rm build.zip
155155
156-
- uses: paulhatch/semantic-version@v6.0.1
156+
- uses: paulhatch/semantic-version@v6.0.2
157157
id: asset_version
158158
with:
159159
# The prefix to use to identify tags
@@ -189,7 +189,7 @@ jobs:
189189
rm build.zip
190190
191191
- name: Add & Commit
192-
uses: EndBug/add-and-commit@v9
192+
uses: EndBug/add-and-commit@v10
193193
with:
194194
# The arguments for the `git add` command (see the paragraph below for more info)
195195
# Default: '.'

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "packages_changed=$HasPackageDiff" >> $env:GITHUB_OUTPUT
5757
5858
- name: Add & Commit
59-
uses: EndBug/add-and-commit@v9
59+
uses: EndBug/add-and-commit@v10
6060
if: ${{ steps.changes.outputs.packages_changed }}
6161
with:
6262
# The arguments for the `git add` command (see the paragraph below for more info)

0 commit comments

Comments
 (0)