Skip to content

Commit 256cabc

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8da744 commit 256cabc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/solidity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]"

0 commit comments

Comments
 (0)