This commit is contained in:
Renovate Bot 2025-09-06 17:37:35 +00:00
commit d011a4953b
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ runs:
with: with:
token: ${{ inputs.token }} token: ${{ inputs.token }}
- name: Configure sccache - name: Configure sccache
uses: https://github.com/actions/github-script@v7 uses: https://github.com/actions/github-script@v8
with: with:
script: | script: |
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');

View file

@ -43,7 +43,7 @@ jobs:
steps: steps:
- name: Setting variables - name: Setting variables
uses: https://github.com/actions/github-script@v7 uses: https://github.com/actions/github-script@v8
id: var id: var
with: with:
script: | script: |