diff --git a/.github/workflows/build-monorepo.yaml b/.github/workflows/build-monorepo.yaml index 818c6a8..15df981 100644 --- a/.github/workflows/build-monorepo.yaml +++ b/.github/workflows/build-monorepo.yaml @@ -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); diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 999f29d..eec63f6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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);