From 92500c9fd9eb75478551d8169946eb4bc34096a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:54:30 +0000 Subject: [PATCH] Bump actions/setup-python from 6 to 6.3.0 in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python-package.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6084d0dc..7b484cc6 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -92,7 +92,7 @@ jobs: fetch-depth: ${{ env.git-depth }} - name: Checkout submodules run: git submodule update --init --recursive --depth 1 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v6.3.0 with: python-version: "3.x" - name: Install build dependencies @@ -134,7 +134,7 @@ jobs: - name: Checkout submodules run: git submodule update --init --recursive --depth 1 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} @@ -220,7 +220,7 @@ jobs: - name: Checkout submodules run: git submodule update --init --depth 1 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.3.0 with: python-version: "3.x" - name: Install Python dependencies @@ -311,7 +311,7 @@ jobs: fetch-depth: ${{ env.git-depth }} - name: Checkout submodules run: git submodule update --init --recursive --depth 1 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v6.3.0 with: python-version: "3.x" - name: Install Python dependencies