diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 453f6d2e..803a69ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 registry-url: https://registry.npmjs.org diff --git a/.github/workflows/response.yml b/.github/workflows/response.yml index dca1e455..31e039c8 100644 --- a/.github/workflows/response.yml +++ b/.github/workflows/response.yml @@ -23,7 +23,7 @@ jobs: sparse-checkout-cone-mode: false - name: Run script - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/close_unresponsive.js') @@ -41,7 +41,7 @@ jobs: sparse-checkout-cone-mode: false - name: Run script - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/remove_response_label.js') diff --git a/.github/workflows/reviewers_remove.yml b/.github/workflows/reviewers_remove.yml index 72dd2793..94e8c058 100644 --- a/.github/workflows/reviewers_remove.yml +++ b/.github/workflows/reviewers_remove.yml @@ -18,7 +18,7 @@ jobs: sparse-checkout-cone-mode: false - name: Run script - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/reviewers_remove.js') diff --git a/.github/workflows/spam.yml b/.github/workflows/spam.yml index cc581e0b..ce3d5e1d 100644 --- a/.github/workflows/spam.yml +++ b/.github/workflows/spam.yml @@ -22,7 +22,7 @@ jobs: sparse-checkout-cone-mode: false - name: Run script - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/close_spam.js')