Merge pull request 'ci(github-action)!: Update https://github.com/actions/github-script action to v8 (renovate)' (#4) from renovate/https-github.com-actions-github-script-8.x into main

Reviewed-on: #4
This commit is contained in:
thomas.sauter 2025-10-23 07:03:51 +00:00
commit 541402138b
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
- name: Print (debug) Docker meta JSON
uses: https://github.com/actions/github-script@v7
uses: https://github.com/actions/github-script@v8
with:
script: |
const json = JSON.parse(process.env.JSON_STRING);

View file

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