Skip to content

Commit 7b9ae0b

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 93e9e96 commit 7b9ae0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
box task run build/Build.cfc run ${{ env.COLDBOX_VERSION }} ${{ github.run_number }} ${{ env.BRANCH }}
9898
9999
- name: Commit Changelog [unreleased] with latest version
100-
uses: EndBug/add-and-commit@v9.1.4
100+
uses: EndBug/add-and-commit@v10.0.0
101101
if: env.SNAPSHOT == 'false'
102102
with:
103103
author_name: Github Actions
@@ -220,7 +220,7 @@ jobs:
220220
git pull
221221
222222
- name: Commit Version Bump
223-
uses: EndBug/add-and-commit@v9.1.4
223+
uses: EndBug/add-and-commit@v10.0.0
224224
if: ${{ always() }}
225225
with:
226226
author_name: Github Actions

0 commit comments

Comments
 (0)