From 8e8a809fe5b61e9b5dc9670087b292a6d7a13fa4 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 05:15: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 a80ce84ecc..ef7b4a40e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,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 cdf1e44958..fc7617af85 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)