diff --git a/docs/GHA.md b/docs/GHA.md index 6b62e88a5..c92c627ad 100644 --- a/docs/GHA.md +++ b/docs/GHA.md @@ -8,7 +8,7 @@ This cache type will need tokens like `ACTIONS_CACHE_URL` and `ACTIONS_RUNTIME_T ```yaml - name: Configure sccache - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');