File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,14 +250,14 @@ jobs:
250
250
| ------- | -------------------- |
251
251
| Template Set | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
252
252
253
- - uses : stefanzweifel/git-auto-commit-action@v5
253
+ - uses : stefanzweifel/git-auto-commit-action@v6
254
254
if : env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
255
255
with :
256
256
commit_message : " chore: update package versions [skip ci]"
257
257
branch : main
258
258
file_pattern : " package.json README.md"
259
259
260
- - uses : stefanzweifel/git-auto-commit-action@v5
260
+ - uses : stefanzweifel/git-auto-commit-action@v6
261
261
if : env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
262
262
with :
263
263
commit_message : " chore: update package versions [skip ci]"
You can’t perform that action at this time.
0 commit comments