From e8bc1cb30bf4f4c86ebd6fe6d9763cd5fbbcde2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:42:59 +0000 Subject: [PATCH] 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/Build_Run_FVP_Audio.yml | 2 +- .github/workflows/Build_Run_FVP_Video.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build_Run_FVP_Audio.yml b/.github/workflows/Build_Run_FVP_Audio.yml index 70cebca..6a18502 100644 --- a/.github/workflows/Build_Run_FVP_Audio.yml +++ b/.github/workflows/Build_Run_FVP_Audio.yml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python 3.9 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.9' diff --git a/.github/workflows/Build_Run_FVP_Video.yml b/.github/workflows/Build_Run_FVP_Video.yml index 02d3229..55a9548 100644 --- a/.github/workflows/Build_Run_FVP_Video.yml +++ b/.github/workflows/Build_Run_FVP_Video.yml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python 3.9 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.9'