diff --git a/.github/workflows/no-duplicate-issue-pr.yaml b/.github/workflows/no-duplicate-issue-pr.yaml index 1c78715c..5f9b1e0f 100644 --- a/.github/workflows/no-duplicate-issue-pr.yaml +++ b/.github/workflows/no-duplicate-issue-pr.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Ensure no other open PR references the same issue - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | // Ignore tracking/dashboard issues (e.g. Renovate dashboard) so dependency PRs can safely share them.