From f7200a1a734d720f6e172ae398cc2c3ebcee8a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:08:41 +0000 Subject: [PATCH] chore(actions)(deps): bump parcelLab/ci/.github/workflows/build-image.yaml Bumps [parcelLab/ci/.github/workflows/build-image.yaml](https://github.com/parcellab/ci) from 8 to 9. - [Release notes](https://github.com/parcellab/ci/releases) - [Commits](https://github.com/parcellab/ci/compare/v8...v9) --- updated-dependencies: - dependency-name: parcelLab/ci/.github/workflows/build-image.yaml dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/kubernetes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kubernetes.yaml b/.github/workflows/kubernetes.yaml index 8e5e52b..501f107 100644 --- a/.github/workflows/kubernetes.yaml +++ b/.github/workflows/kubernetes.yaml @@ -212,7 +212,7 @@ jobs: build: needs: [initialize] - uses: parcelLab/ci/.github/workflows/build-image.yaml@v8 + uses: parcelLab/ci/.github/workflows/build-image.yaml@v9 with: artifactName: ${{ inputs.artifactName }} artifactPath: ${{ inputs.artifactPath }}