From 7f418dbfa8243487250b3b61e7accfc4ca614f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 07:22:27 +0000 Subject: [PATCH] chore: bump actions/setup-python from 6 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/qa.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index e9a86a1..2df7eaf 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -20,7 +20,7 @@ jobs: - name: Clone repository uses: actions/checkout@v6.0.3 - name: Use Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.version }} - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6579f27..449f9f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: '0' token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }} - name: Use Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: '3.14' - name: Install dependencies