diff --git a/.github/workflows/pre-commit-autoupdate.yaml b/.github/workflows/pre-commit-autoupdate.yaml index 7ca2e68..e4deada 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.1.43 + - uses: planetscale/ghcommit-action@v0.2.8 # Commit changed files back to the repository # if no changed files then continue without error if: contains(steps.pre-commit-autoupdate.outputs.LOG, ' updating ')