diff --git a/.github/workflows/resyntax-autofixer.yml b/.github/workflows/resyntax-autofixer.yml index e236ab713..5af024a42 100644 --- a/.github/workflows/resyntax-autofixer.yml +++ b/.github/workflows/resyntax-autofixer.yml @@ -49,7 +49,7 @@ jobs: - name: Run Resyntax run: racket -l- resyntax/cli fix --directory . --max-fixes 20 --max-modified-files 3 --output-as-commit-message >> /tmp/resyntax-output.txt - name: Create pull request - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.1 with: github-token: ${{ steps.generate-token.outputs.token }} script: |