From 0da6a55ce5c6eca1840b482f4c18fde8216f4180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:24:05 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 6 to 7 in /.github/workflows 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/library_interop_keyring_test_vectors.yml | 4 ++-- .github/workflows/library_interop_mkp_test_vectors.yml | 6 +++--- .github/workflows/library_legacy_interop_test_vectors.yml | 2 +- .github/workflows/performance-benchmarks-python.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/library_interop_keyring_test_vectors.yml b/.github/workflows/library_interop_keyring_test_vectors.yml index 3249433c6..e42d29d73 100644 --- a/.github/workflows/library_interop_keyring_test_vectors.yml +++ b/.github/workflows/library_interop_keyring_test_vectors.yml @@ -172,7 +172,7 @@ jobs: - name: Setup Python for running tests if: matrix.language == 'python' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.11 architecture: x64 @@ -471,7 +471,7 @@ jobs: - name: Setup Python for running tests if: matrix.decrypting_language == 'python' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.11 architecture: x64 diff --git a/.github/workflows/library_interop_mkp_test_vectors.yml b/.github/workflows/library_interop_mkp_test_vectors.yml index 1d7ab3850..0998119de 100644 --- a/.github/workflows/library_interop_mkp_test_vectors.yml +++ b/.github/workflows/library_interop_mkp_test_vectors.yml @@ -89,7 +89,7 @@ jobs: - name: Setup Python for running tests if: matrix.language == 'python_mkp' || matrix.language == 'python' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.11 architecture: x64 @@ -280,7 +280,7 @@ jobs: - name: Setup Python for running tests if: matrix.decrypting_language == 'python' || matrix.decrypting_language == 'python_mkp' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.11 architecture: x64 @@ -718,7 +718,7 @@ jobs: - name: Setup Python for running tests if: matrix.decrypting_language == 'python' || matrix.decrypting_language == 'python_mkp' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.11 architecture: x64 diff --git a/.github/workflows/library_legacy_interop_test_vectors.yml b/.github/workflows/library_legacy_interop_test_vectors.yml index e2536f49e..8c0607a0e 100644 --- a/.github/workflows/library_legacy_interop_test_vectors.yml +++ b/.github/workflows/library_legacy_interop_test_vectors.yml @@ -83,7 +83,7 @@ jobs: - name: Setup Python for running tests if: matrix.language == 'python' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.11 architecture: x64 diff --git a/.github/workflows/performance-benchmarks-python.yml b/.github/workflows/performance-benchmarks-python.yml index 65a02b71f..9c39042da 100644 --- a/.github/workflows/performance-benchmarks-python.yml +++ b/.github/workflows/performance-benchmarks-python.yml @@ -36,7 +36,7 @@ jobs: special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key. - name: Setup Python ${{ matrix.python-version }} for running tests - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} architecture: x64