diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index 2645838..a99b08e 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@v7 + uses: actions/github-script@v8 with: script: | console.log("About to clear")