Skip to content

Commit 9e680cc

Browse files
Bump EndBug/add-and-commit from 7 to 9
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 9. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md) - [Commits](EndBug/add-and-commit@v7...v9) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1591818 commit 9e680cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
gpg --export --armor info@phpdoc.org > ./keys/${{github.event.inputs.tag}}.key
2727
- name: Commit public key
28-
uses: EndBug/add-and-commit@v7
28+
uses: EndBug/add-and-commit@v9
2929
with:
3030
add: 'keys'
3131
message: 'Add release ${{github.event.inputs.tag}} key'

0 commit comments

Comments
 (0)