From 8a1b2dacb6b383cbccf745fc1c520231f7e77ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:13:54 +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 8.3.7. - [Release notes](https://github.com/parcellab/ci/releases) - [Commits](https://github.com/parcellab/ci/compare/v8...v8.3.7) --- updated-dependencies: - dependency-name: parcelLab/ci/.github/workflows/build-image.yaml dependency-version: 8.3.7 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7702980..d8bb0a0 100644 --- a/.github/workflows/kubernetes.yaml +++ b/.github/workflows/kubernetes.yaml @@ -216,7 +216,7 @@ jobs: build: needs: [initialize] - uses: parcelLab/ci/.github/workflows/build-image.yaml@v8 + uses: parcelLab/ci/.github/workflows/build-image.yaml@v8.3.7 with: artifactName: ${{ inputs.artifactName }} artifactPath: ${{ inputs.artifactPath }}