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

Merged
thomas.sauter merged 1 commit from renovate/https-github.com-actions-github-script-8.x into main 2025-10-23 07:03:51 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7ee2574b75 - Show all commits

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