diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index a99b08e..5170530 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -11,7 +11,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")