diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 02796c5..238a68e 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -20,7 +20,7 @@ jobs: - name: Collect and merge eligible PRs env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');