diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index cb7b9d1..18d20ea 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -33,7 +33,7 @@ jobs: - name: Determine PR(s) to process id: find-prs - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const inputs = { @@ -106,7 +106,7 @@ jobs: - name: Process Each PR if: steps.find-prs.outputs.has-prs == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const prNumbers = JSON.parse('${{ steps.find-prs.outputs.pr-numbers }}');