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:
250250 | ------- | -------------------- |
251251 | Template Set | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
252252
253- - uses : stefanzweifel/git-auto-commit-action@v5
253+ - uses : stefanzweifel/git-auto-commit-action@v6
254254 if : env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
255255 with :
256256 commit_message : " chore: update package versions [skip ci]"
257257 branch : main
258258 file_pattern : " package.json README.md"
259259
260- - uses : stefanzweifel/git-auto-commit-action@v5
260+ - uses : stefanzweifel/git-auto-commit-action@v6
261261 if : env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
262262 with :
263263 commit_message : " chore: update package versions [skip ci]"
You can’t perform that action at this time.
0 commit comments