From 2abb80acb74f4b3d2f7928452c21343efd7d6c28 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 15:50:20 +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 27f7b38245..91818eac12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: # This can be removed once https://github.com/Azure/azure-cli/issues/32869 is supported. - 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 68af1a2c9e..8833ae5ee3 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)