From e431a9b999f871ee91e9ab69bb8a516304e2ed15 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Dec 2025 20:18:08 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/response.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')