diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 785dba0..24a09b7 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -112,7 +112,7 @@ jobs: - name: Prepare vars id: prepare-vars - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const builtImages = JSON.parse(process.env.BUILT_IMAGES);