From 34c77eb903d98e64d2a5a8183e982966299917a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:24:20 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python in the gh-actions group Bumps the gh-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python-cs.yml | 2 +- .github/workflows/python-unit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-cs.yml b/.github/workflows/python-cs.yml index 017ab2e..b09ddfd 100644 --- a/.github/workflows/python-cs.yml +++ b/.github/workflows/python-cs.yml @@ -24,7 +24,7 @@ jobs: - name: Set up python id: setup-python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/python-unit.yml b/.github/workflows/python-unit.yml index f8f2f29..88205c9 100644 --- a/.github/workflows/python-unit.yml +++ b/.github/workflows/python-unit.yml @@ -24,7 +24,7 @@ jobs: - name: Set up python id: setup-python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }}