From 07b85fc2180ceedab2473373836aa986e9bc1482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:43:39 +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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41080be5d..b80b26230 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,7 +207,7 @@ jobs: - arm64_build steps: - id: lowercaseRepo - uses: ASzc/change-string-case-action@v6 + uses: ASzc/change-string-case-action@v8 with: string: ${{ github.repository }} - name: Log in to the Container registry diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fbf58f6e..75a7b9895 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: persist-credentials: false - id: lowercaseRepo - uses: ASzc/change-string-case-action@v6 + uses: ASzc/change-string-case-action@v8 with: string: ${{ github.repository }} - name: Log in to the Container registry