Skip to content

Commit 3fccbae

Browse files
Update stefanzweifel/git-auto-commit-action action to v6
1 parent f0eccc9 commit 3fccbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-engines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
token: ${{ secrets.BOT_TOKEN_ENGINES_WRAPPER_DISPATCH_CI }}
9393
inputs: '{ "version": "${{ steps.publish_script.outputs.new_prisma_version }}", "npmDistTag": "${{ steps.publish_script.outputs.npm_dist_tag }}" }'
9494

95-
- uses: stefanzweifel/git-auto-commit-action@v5
95+
- uses: stefanzweifel/git-auto-commit-action@v6
9696
with:
9797
# Optional but recommended, defaults to "Apply automatic changes"
9898
commit_message: engines commit ${{ github.event.client_payload.commit }}

0 commit comments

Comments
 (0)