Skip to content

Commit 9c778d6

Browse files
Bump EndBug/add-and-commit from 9.1.4 to 10.0.0
Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9.1.4 to 10.0.0. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](EndBug/add-and-commit@v9.1.4...v10.0.0) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b49f33 commit 9c778d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ env.BUILD_ID }} :branch=${{ env.BRANCH }}
8080
8181
- name: Commit Changelog [unreleased] with latest version
82-
uses: EndBug/add-and-commit@v9.1.4
82+
uses: EndBug/add-and-commit@v10.0.0
8383
if: env.SNAPSHOT == 'false'
8484
with:
8585
author_name: Github Actions
@@ -197,7 +197,7 @@ jobs:
197197
198198
# Commit it back to development
199199
- name: Commit Version Bump
200-
uses: EndBug/add-and-commit@v9.1.4
200+
uses: EndBug/add-and-commit@v10.0.0
201201
with:
202202
author_name: Github Actions
203203
author_email: info@ortussolutions.com

0 commit comments

Comments
 (0)