diff --git a/.github/workflows/pre-commit-autoupdate.yaml b/.github/workflows/pre-commit-autoupdate.yaml index f735f62..60b6b50 100644 --- a/.github/workflows/pre-commit-autoupdate.yaml +++ b/.github/workflows/pre-commit-autoupdate.yaml @@ -74,7 +74,7 @@ jobs: NEW_BRANCH_NAME: "bot-pre-commit-autoupdate-\ ${{ hashFiles('.pre-commit-config.yaml') }}" - - uses: planetscale/ghcommit-action@v0.2.9 + - uses: planetscale/ghcommit-action@v0.2.12 # Commit changed files back to the repository # if no changed files then continue without error if: contains(steps.pre-commit-autoupdate.outputs.LOG, ' updating ')