Skip to main content

Bump actions/setup-python from 5 to 6

ID
e293f15
date
2025-11-27 03:44:44+00:00
author
dependabot <https://github.com/dependabot>
parent
0b2d5d6
message
Bump actions/setup-python from 5 to 6

Bumps [actions/setup-python](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
changed files
1 file, 1 addition, 1 deletion

Changed files

.github/workflows/test.yml (709) → .github/workflows/test.yml (709)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a09eede..5c468a0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
     - uses: actions/checkout@v4
 
     - name: Set up Python
-      uses: actions/setup-python@v5
+      uses: actions/setup-python@v6
       with:
         python-version: ${{ matrix.python-version }}
         cache: 'pip'