From 488353245c7aed1f999adabad806c97e660c8cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:17:01 +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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index deb343e..d85da26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Lower case id: string - uses: ASzc/change-string-case-action@v6 + uses: ASzc/change-string-case-action@v8 with: string: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}