From ae0ad1b53ebe432345b771f731aca37ab6e8a460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 03:08:43 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7509a291c..cdc4e9e0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,7 +265,7 @@ jobs: ## Python 3 ## - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '${{ steps.metadata.outputs.version }}' if: steps.metadata.outputs.module == 'python' @@ -357,7 +357,7 @@ jobs: namei -l ${{ github.workspace }} # Install python3 if not present - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3' if: steps.metadata.outputs.module != 'wasm'