Skip to content

Commit 99f53d9

Browse files
authored
Merge pull request #6 from phpDocumentor/dependabot/github_actions/EndBug/add-and-commit-9
Bump EndBug/add-and-commit from 7 to 9
2 parents 65f8734 + 9e680cc commit 99f53d9

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)