Skip to main content

Bump actions/setup-python from 5 to 6

ID
b03c751
date
2025-09-08 09:19:44+00:00
author
dependabot <https://github.com/dependabot>
parent
8c79ecb
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 (707) → .github/workflows/test.yml (707)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4ca3c1b..2785880 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
     steps:
     - uses: actions/checkout@v5
     - name: Set up Python
-      uses: actions/setup-python@v5
+      uses: actions/setup-python@v6
       with:
         python-version: "3.12"
         cache: pip