Chore(deps): Bump actions/setup-python from 6.1.0 to 6.2.0 (#3010)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 23 Jan 2026 12:48:50 +0000 (13:48 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Jan 2026 12:48:50 +0000 (13:48 +0100)
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/v6.1.0...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/release.yml
.github/workflows/test.yml

index 31f69dd069377cf9ce14b387e0e62058bb13fdc7..feaabced26e7c25b19359a740dc9684dc99cf682 100644 (file)
@@ -135,7 +135,7 @@ jobs:
           echo "✅ Version $VERSION is valid for $CHANNEL channel"
 
       - name: Set up Python ${{ env.PYTHON_VERSION }}
-        uses: actions/setup-python@v6.1.0
+        uses: actions/setup-python@v6.2.0
         with:
           python-version: ${{ env.PYTHON_VERSION }}
 
index 11c8fc0cca9d7fb4fb45bed4c32a422f157bdcc4..e3c3dcdecfc72305d10974f551297161a91ad8a5 100644 (file)
@@ -34,7 +34,7 @@ jobs:
         with:
           ref: ${{ inputs.ref || github.ref }}
       - name: Set up Python
-        uses: actions/setup-python@v6.1.0
+        uses: actions/setup-python@v6.2.0
         with:
           python-version: "3.12"
       # Cache apt .deb files to speed up ffmpeg installation (in home to avoid permission issues).
@@ -77,7 +77,7 @@ jobs:
         with:
           ref: ${{ inputs.ref || github.ref }}
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v6.1.0
+        uses: actions/setup-python@v6.2.0
         with:
           python-version: ${{ matrix.python-version }}
       # Cache apt .deb files to speed up ffmpeg installation (in home to avoid permission issues).