ci: ASzc/change-string-case-action updated to v6

This commit is contained in:
Mateusz Pusz
2024-05-24 10:03:38 +02:00
parent 30a23b4c21
commit 5ef36dcf4e

View File

@@ -160,7 +160,7 @@ jobs:
steps:
- name: Downcase 'build_type'
id: build_type
uses: ASzc/change-string-case-action@v5
uses: ASzc/change-string-case-action@v6
with:
string: ${{ matrix.build_type }}
- uses: actions/checkout@v4