From 5f0801859c4520b499a6765134471fd9c69a8464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:02:54 +0000 Subject: [PATCH] build(deps): Bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CodeCoverage.yml | 2 +- .github/workflows/MacOS.yml | 2 +- .github/workflows/StaticAnalysis.yml | 4 ++-- .github/workflows/Windows.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CodeCoverage.yml b/.github/workflows/CodeCoverage.yml index 13d2ac16..67d65f1d 100644 --- a/.github/workflows/CodeCoverage.yml +++ b/.github/workflows/CodeCoverage.yml @@ -66,7 +66,7 @@ jobs: run: external/Phi/scripts/ci/InstallTools.sh ${{ matrix.compiler }} ninja - name: Setup python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' cache: 'pip' diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index ee8d92a8..6a03734d 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -71,7 +71,7 @@ jobs: run: external/Phi/scripts/ci/SetupEnvironment.sh - name: Setup python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' cache: 'pip' diff --git a/.github/workflows/StaticAnalysis.yml b/.github/workflows/StaticAnalysis.yml index 796904e8..be29b329 100644 --- a/.github/workflows/StaticAnalysis.yml +++ b/.github/workflows/StaticAnalysis.yml @@ -233,7 +233,7 @@ jobs: reviewdog_version: latest - name: Setup python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' @@ -362,7 +362,7 @@ jobs: submodules: recursive - name: Setup python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' cache: 'pip' diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 3094c567..a0ec7eed 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -57,7 +57,7 @@ jobs: submodules: recursive - name: Setup python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' cache: 'pip'