Skip to content

Commit f82165d

Browse files
authored
Merge pull request #648 from ColdBox/dependabot/github_actions/EndBug/add-and-commit-10.0.0
Bump EndBug/add-and-commit from 9.1.4 to 10.0.0
2 parents 93e9e96 + 7b9ae0b commit f82165d

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)