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")