From cf7c6a9c834e9e727f8fb5a2c275d7fea9805876 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Mon, 23 Sep 2024 16:16:50 +0200 Subject: [PATCH] Update actions to new node.js. (#2332) --- .github/workflows/clean_workflow_runs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean_workflow_runs.yml b/.github/workflows/clean_workflow_runs.yml index 1f861d66c..98d23aab1 100644 --- a/.github/workflows/clean_workflow_runs.yml +++ b/.github/workflows/clean_workflow_runs.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clear cache - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | console.log("About to clear")