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 abe7b8e commit 53a1701Copy full SHA for 53a1701
.github/workflows/bump_libraries.yaml
@@ -38,7 +38,7 @@ jobs:
38
changelog_message="Bump $package to ${{ steps.metadata.outputs.new-version }}"
39
./scripts/version-increment.sh "$changelog_message"
40
make version-sync
41
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v7
42
with:
43
commit_message: "Bump libraries and release"
44
0 commit comments