diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index 63ab626e..9c1b9418 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clear cache - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | console.log("About to clear")