We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b2eee commit 888748cCopy full SHA for 888748c
.github/workflows/release-automation.yaml
@@ -117,7 +117,7 @@ jobs:
117
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
118
119
- name: Commit and Tag
120
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
+ uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f # v6.0.0
121
with:
122
commit_author: ${{ steps.gpg_importer.outputs.name }} <${{ steps.gpg_importer.outputs.email }}>
123
commit_message: Bump versions for ${{ env.RELEASE_TAG }}
0 commit comments