mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 08:33:04 +02:00
chore(deps): update https://github.com/actions/github-script action to v8
This commit is contained in:
parent
cd238b05de
commit
d011a4953b
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ runs:
|
|||
with:
|
||||
token: ${{ inputs.token }}
|
||||
- name: Configure sccache
|
||||
uses: https://github.com/actions/github-script@v7
|
||||
uses: https://github.com/actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
|
||||
|
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Setting variables
|
||||
uses: https://github.com/actions/github-script@v7
|
||||
uses: https://github.com/actions/github-script@v8
|
||||
id: var
|
||||
with:
|
||||
script: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue