Skip to content

Commit

Permalink
Bump ASzc/change-string-case-action from 1 to 6
Browse files Browse the repository at this point in the history
Bumps [ASzc/change-string-case-action](https://github.com/aszc/change-string-case-action) from 1 to 6.
- [Release notes](https://github.com/aszc/change-string-case-action/releases)
- [Commits](ASzc/change-string-case-action@v1...v6)

---
updated-dependencies:
- dependency-name: ASzc/change-string-case-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 2, 2024
1 parent 67629ca commit 7701797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/v3-image-build.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
# convert the string to lower case for SNAPSHOT build
- name: convert string to lowercase
id: string
uses: ASzc/change-string-case-action@v1
uses: ASzc/change-string-case-action@v6
with:
string: ${{ env.tmp_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v4-docker-build.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
# convert the string to lower case for SNAPSHOT build
- name: convert string to lowercase
id: string
uses: ASzc/change-string-case-action@v1
uses: ASzc/change-string-case-action@v6
with:
string: ${{ env.tmp_version }}

Expand Down

0 comments on commit 7701797

Please sign in to comment.