diff --git a/.github/workflows/copy-pr-template-to-dependabot-prs.yml b/.github/workflows/copy-pr-template-to-dependabot-prs.yml index 0b409de..a92745e 100644 --- a/.github/workflows/copy-pr-template-to-dependabot-prs.yml +++ b/.github/workflows/copy-pr-template-to-dependabot-prs.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6 - name: Post PR template as a comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs')