Skip to content

Commit

Permalink
chore(deps): bump ASzc/change-string-case-action from 2 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 2 to 6.
- [Release notes](https://github.com/aszc/change-string-case-action/releases)
- [Commits](ASzc/change-string-case-action@v2...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] authored Mar 11, 2024
1 parent 7fbcb5e commit 1ee7519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get lowercase string for the repository name
id: lowercase-repo-name
uses: ASzc/change-string-case-action@v2
uses: ASzc/change-string-case-action@v6
with:
string: ${{ github.event.repository.name }}

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
steps:
- name: Get lowercase string for the repository name
id: lowercase-repo-name
uses: ASzc/change-string-case-action@v2
uses: ASzc/change-string-case-action@v6
with:
string: ${{ github.event.repository.name }}

Expand Down

0 comments on commit 1ee7519

Please sign in to comment.