Skip to content

Commit 76d8bdc

Browse files
authored
Merge pull request #9 from coldbox-modules/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 fd22d41 + 07578dd commit 76d8bdc

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
@@ -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)