From 2f220258714eeb1a4b08360f5af24c913fcbbdb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 02:54:24 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/83679a892e2d95755f2dac6acb0bfd1e9ac5d548...a309ff8b426b58ec0e2a45f0f869d46889d02405) --- 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/lint.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/test_contrib.yml | 2 +- .github/workflows/test_e2e.yml | 2 +- .github/workflows/test_e2e_3_3.yml | 2 +- .github/workflows/test_examples.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e68a505..f48c31b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -64,7 +64,7 @@ jobs: uses: ./.github/actions/free-disk-space - name: Setup Python 3.11 - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: 3.11 cache: pip diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e38d4f..eca438a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: uses: ./.github/actions/free-disk-space - name: Setup Python ${{ matrix.python }} - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ matrix.python }} cache: pip diff --git a/.github/workflows/test_contrib.yml b/.github/workflows/test_contrib.yml index 9fb2bdb..e574edd 100644 --- a/.github/workflows/test_contrib.yml +++ b/.github/workflows/test_contrib.yml @@ -62,7 +62,7 @@ jobs: uses: ./.github/actions/free-disk-space - name: Setup Python ${{ matrix.python }} - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ matrix.python }} cache: pip diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml index fb925c0..f6e3f39 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -60,7 +60,7 @@ jobs: uses: ./.github/actions/free-disk-space - name: Setup Python ${{ matrix.python }} - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ matrix.python }} cache: pip diff --git a/.github/workflows/test_e2e_3_3.yml b/.github/workflows/test_e2e_3_3.yml index c467603..03f90c0 100644 --- a/.github/workflows/test_e2e_3_3.yml +++ b/.github/workflows/test_e2e_3_3.yml @@ -60,7 +60,7 @@ jobs: uses: ./.github/actions/free-disk-space - name: Setup Python ${{ matrix.python }} - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ matrix.python }} cache: pip diff --git a/.github/workflows/test_examples.yml b/.github/workflows/test_examples.yml index 545f0a4..6b16027 100644 --- a/.github/workflows/test_examples.yml +++ b/.github/workflows/test_examples.yml @@ -60,7 +60,7 @@ jobs: uses: ./.github/actions/free-disk-space - name: Setup Python ${{ matrix.python }} - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ matrix.python }} cache: pip