From eea0d92d5dfc586a6f3690797abbb6e610072dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 01:24:58 +0000 Subject: [PATCH] Bump ASzc/change-string-case-action from 2 to 3 Bumps [ASzc/change-string-case-action](https://github.com/ASzc/change-string-case-action) from 2 to 3. - [Release notes](https://github.com/ASzc/change-string-case-action/releases) - [Commits](https://github.com/ASzc/change-string-case-action/compare/v2...v3) --- updated-dependencies: - dependency-name: ASzc/change-string-case-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-builder.yml b/.github/workflows/docker-builder.yml index a2e2833..a926eac 100644 --- a/.github/workflows/docker-builder.yml +++ b/.github/workflows/docker-builder.yml @@ -33,7 +33,7 @@ jobs: - name: Lower case id: string - uses: ASzc/change-string-case-action@v2 + uses: ASzc/change-string-case-action@v3 with: string: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}