diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index 49a0cb6a65..77a4a102ba 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -16,7 +16,7 @@ jobs: node-version: lts/* - run: npm ci - run: npm run lint:fix - - uses: gr2m/create-or-update-pull-request-action@v1.x + - uses: gr2m/create-or-update-pull-request-action@v1.10.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: