Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests} Update change-string-case-action to v6

Bug: T363160
Change-Id: Ie43604979f44b53c058bd08ec65864695948d940
---
M .github/workflows/oauth_tests-ci.yml
M .github/workflows/sysop_write_tests-ci.yml
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml
index eb8a221..288bb6b 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -60,7 +60,7 @@
- name: Get token name
env:
_oauth_token: OAUTH_TOKEN_${{ matrix.family }}_${{ matrix.code }}
- uses: ASzc/change-string-case-action@v5
+ uses: ASzc/change-string-case-action@v6
id: token
with:
string: ${{ env._oauth_token }}
diff --git a/.github/workflows/sysop_write_tests-ci.yml b/.github/workflows/sysop_write_tests-ci.yml
index 1986705..3828404 100644
--- a/.github/workflows/sysop_write_tests-ci.yml
+++ b/.github/workflows/sysop_write_tests-ci.yml
@@ -44,7 +44,7 @@
- name: Get token name
env:
_oauth_token: OAUTH_TOKEN_${{ matrix.family }}_${{ matrix.code }}
- uses: ASzc/change-string-case-action@v5
+ uses: ASzc/change-string-case-action@v6
id: token
with:
string: ${{ env._oauth_token }}

To view, visit change 1023415. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ie43604979f44b53c058bd08ec65864695948d940
Gerrit-Change-Number: 1023415
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged