Skip to content

Commit 3c272ea

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 3efa2af commit 3c272ea

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
@@ -148,7 +148,7 @@ jobs:
148148
unzip build.zip
149149
rm build.zip
150150
151-
- uses: paulhatch/semantic-version@v6.0.1
151+
- uses: paulhatch/semantic-version@v6.0.2
152152
id: asset_version
153153
with:
154154
# The prefix to use to identify tags
@@ -184,7 +184,7 @@ jobs:
184184
rm build.zip
185185
186186
- name: Add & Commit
187-
uses: EndBug/add-and-commit@v9
187+
uses: EndBug/add-and-commit@v10
188188
with:
189189
# The arguments for the `git add` command (see the paragraph below for more info)
190190
# 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)