From 0b740619468472b2c4474090d811a00fb010a928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:45:07 +0000 Subject: [PATCH] Bump ASzc/change-string-case-action from 6 to 8 Bumps [ASzc/change-string-case-action](https://github.com/aszc/change-string-case-action) from 6 to 8. - [Release notes](https://github.com/aszc/change-string-case-action/releases) - [Commits](https://github.com/aszc/change-string-case-action/compare/v6...v8) --- updated-dependencies: - dependency-name: ASzc/change-string-case-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-kubernetes-boxkit.yml | 2 +- .github/workflows/build-python-boxkit.yml | 2 +- .github/workflows/build-rh-boxkit.yml | 2 +- .github/workflows/build-rusty-boxkit.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-kubernetes-boxkit.yml b/.github/workflows/build-kubernetes-boxkit.yml index d9a983f..511fbd2 100644 --- a/.github/workflows/build-kubernetes-boxkit.yml +++ b/.github/workflows/build-kubernetes-boxkit.yml @@ -62,7 +62,7 @@ jobs: # https://github.com/macbre/push-to-ghcr/issues/12 - name: Lowercase Registry id: registry_case - uses: ASzc/change-string-case-action@v6 + uses: ASzc/change-string-case-action@v8 with: string: ${{ env.IMAGE_REGISTRY }} diff --git a/.github/workflows/build-python-boxkit.yml b/.github/workflows/build-python-boxkit.yml index f48d0e7..70902b2 100644 --- a/.github/workflows/build-python-boxkit.yml +++ b/.github/workflows/build-python-boxkit.yml @@ -62,7 +62,7 @@ jobs: # https://github.com/macbre/push-to-ghcr/issues/12 - name: Lowercase Registry id: registry_case - uses: ASzc/change-string-case-action@v6 + uses: ASzc/change-string-case-action@v8 with: string: ${{ env.IMAGE_REGISTRY }} diff --git a/.github/workflows/build-rh-boxkit.yml b/.github/workflows/build-rh-boxkit.yml index 6100e3e..27b74f8 100644 --- a/.github/workflows/build-rh-boxkit.yml +++ b/.github/workflows/build-rh-boxkit.yml @@ -62,7 +62,7 @@ jobs: # https://github.com/macbre/push-to-ghcr/issues/12 - name: Lowercase Registry id: registry_case - uses: ASzc/change-string-case-action@v6 + uses: ASzc/change-string-case-action@v8 with: string: ${{ env.IMAGE_REGISTRY }} diff --git a/.github/workflows/build-rusty-boxkit.yml b/.github/workflows/build-rusty-boxkit.yml index a5234a8..96dec29 100644 --- a/.github/workflows/build-rusty-boxkit.yml +++ b/.github/workflows/build-rusty-boxkit.yml @@ -62,7 +62,7 @@ jobs: # https://github.com/macbre/push-to-ghcr/issues/12 - name: Lowercase Registry id: registry_case - uses: ASzc/change-string-case-action@v6 + uses: ASzc/change-string-case-action@v8 with: string: ${{ env.IMAGE_REGISTRY }}