diff --git a/.github/workflows/response.yaml b/.github/workflows/response.yaml index 6ed3732..e92716d 100644 --- a/.github/workflows/response.yaml +++ b/.github/workflows/response.yaml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4 - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/close-unresponsive.cjs') @@ -28,7 +28,7 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4 - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/remove-response-label.cjs')