From defe36c586b26892f7c98c4e991d039ad0339d21 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 05:40:27 +0000 Subject: [PATCH] Update actions/setup-python action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/container-integration-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ae13fb0db..f53fe25bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: # https://github.com/Azure/azure-cli/issues/32980 - name: Set Python 3.13 (Linux) if: matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus' - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.13' - name: Install pinned Azure CLI on Python 3.13 (Linux) diff --git a/.github/workflows/container-integration-test.yml b/.github/workflows/container-integration-test.yml index 96c79a1ea8..af4aaf6703 100644 --- a/.github/workflows/container-integration-test.yml +++ b/.github/workflows/container-integration-test.yml @@ -63,7 +63,7 @@ jobs: # https://github.com/Azure/azure-cli/issues/32980 - name: Set Python 3.13 (Linux) if: matrix.name == 'asb' - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.13' - name: Install pinned Azure CLI on Python 3.13 (Linux)