Chore(deps): Bump actions/setup-python from 6.0.0 to 6.1.0 (#2676)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 26 Nov 2025 18:53:45 +0000 (19:53 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Nov 2025 18:53:45 +0000 (19:53 +0100)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.1.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 e6fe5f731ee99ba4d52796044ad441d14a27445e..c9bc0dda8ad17ab75cad26b1faaaf1dbd63db1c6 100644 (file)
@@ -131,7 +131,7 @@ jobs:
           echo "✅ Version $VERSION is valid for $CHANNEL channel"
 
       - name: Set up Python ${{ env.PYTHON_VERSION }}
-        uses: actions/setup-python@v6.0.0
+        uses: actions/setup-python@v6.1.0
         with:
           python-version: ${{ env.PYTHON_VERSION }}
 
index e0db71657e7e910d478d65a7b340ffb8bbe06c31..98e00bc1ea7c207156ee1ca4259abdaf54b3ddcb 100644 (file)
@@ -23,7 +23,7 @@ jobs:
       - name: Check out code from GitHub
         uses: actions/checkout@v6
       - name: Set up Python
-        uses: actions/setup-python@v6.0.0
+        uses: actions/setup-python@v6.1.0
         with:
           python-version: "3.12"
       - name: Install dependencies
@@ -48,7 +48,7 @@ jobs:
       - name: Check out code from GitHub
         uses: actions/checkout@v6
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v6.0.0
+        uses: actions/setup-python@v6.1.0
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies