Skip to content

Commit 2ff33c0

Browse files
authored
Merge pull request #46 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 3275d93 + bbb3184 commit 2ff33c0

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
@@ -64,7 +64,7 @@ jobs:
6464
box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
6565
6666
- name: Commit Changelog To Master
67-
uses: EndBug/add-and-commit@v9.1.4
67+
uses: EndBug/add-and-commit@v10.0.0
6868
if: env.SNAPSHOT == 'false'
6969
with:
7070
author_name: Github Actions
@@ -165,7 +165,7 @@ jobs:
165165
166166
# Commit it back to development
167167
- name: Commit Version Bump
168-
uses: EndBug/add-and-commit@v9.1.4
168+
uses: EndBug/add-and-commit@v10.0.0
169169
with:
170170
author_name: Github Actions
171171
author_email: info@ortussolutions.com

0 commit comments

Comments
 (0)