ci(github-action)!: Update https://github.com/actions/github-script action to v8 (renovate)

This commit is contained in:
Renovate Bot 2025-10-22 22:26:47 +00:00
parent 9239fe16e6
commit 7ee2574b75
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
type=match,event=tag,pattern=v(.*),group=1,prefix=v,optional=true type=match,event=tag,pattern=v(.*),group=1,prefix=v,optional=true
- name: Print (debug) Docker meta JSON - name: Print (debug) Docker meta JSON
uses: https://github.com/actions/github-script@v7 uses: https://github.com/actions/github-script@v8
with: with:
script: | script: |
const json = JSON.parse(process.env.JSON_STRING); const json = JSON.parse(process.env.JSON_STRING);

View file

@ -28,7 +28,7 @@ jobs:
latest=false latest=false
- name: Print (debug) Docker meta JSON - name: Print (debug) Docker meta JSON
uses: https://github.com/actions/github-script@v7 uses: https://github.com/actions/github-script@v8
with: with:
script: | script: |
const json = JSON.parse(process.env.JSON_STRING); const json = JSON.parse(process.env.JSON_STRING);