diff --git a/.github/workflows/copy-pr-template-to-dependabot-prs.yml b/.github/workflows/copy-pr-template-to-dependabot-prs.yml index 9a017b75..02a97685 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@v3 - name: Post PR template as a comment - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const fs = require('fs')