chore(docs): bump the github script version used in GHA (#2281)

This commit is contained in:
Keming 2024-11-05 16:22:57 +08:00 коммит произвёл GitHub
Родитель 877746cd78
Коммит e6df56d1de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 || '');