diff --git a/.github/workflows/clear-all-caches.yml b/.github/workflows/clear-all-caches.yml index 87265140af4..0b6d34a9702 100644 --- a/.github/workflows/clear-all-caches.yml +++ b/.github/workflows/clear-all-caches.yml @@ -11,7 +11,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")