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 97ca787 commit dafdf11Copy full SHA for dafdf11
.github/workflows/Tag-And-Release.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
ref: ${{ github.event.pull_request.merge_commit_sha }}
25
fetch-depth: '0'
26
- - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
+ - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
27
28
commit_message: version bump to ${{ steps.check-release.outputs.version }}
29
tagging_message: '${{ steps.check-release.outputs.version }}'
0 commit comments