Skip to content

Commit f415c1d

Browse files
committed
chore: update azure/login to v2.2.0 and mxschmitt/action-tmate to v3.19 in ci.yml and cd.yml
1 parent 5c38cc1 commit f415c1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v4.2.2
7171

7272
- name: 'Az CLI Login via OIDC'
73-
uses: azure/login@v1.4.6
73+
uses: azure/login@v2.2.0
7474
with:
7575
client-id: ${{ secrets.AZURE_CLIENT_ID }}
7676
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
unzip my_artifact.zip -d test_results 2> /dev/null || true
191191
192192
- name: Setup tmate session
193-
uses: mxschmitt/action-tmate@v3
193+
uses: mxschmitt/action-tmate@v3.19
194194
if: ${{ github.event_name == 'workflow_dispatch' && inputs.ssh_debug_enabled }}
195195

196196
# split-tests action - splits the tests into x number of groups

0 commit comments

Comments
 (0)