From 6d5e14fd1b1749b92e686431ff8aaffb8f72b5d7 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 12:43:06 +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 5cf6b62282..d3405de2a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,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 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)