From 6bc959614e77ef6aeff32a02e0b37d56521f1383 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Mon, 23 Sep 2024 16:10:40 +0200 Subject: [PATCH] Update actions to new node.js. --- .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")