diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f394228..351adb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: - name: Format metadata for Docker image (Windows) id: format if: ${{ matrix.name == 'Windows' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const { DOCKER_METADATA_OUTPUT_JSON } = process.env;