Bump actions/setup-python from 5 to 6
- ID
a9adabb- date
2025-09-08 09:19:20+00:00- author
dependabot <https://github.com/dependabot>- parent
ac66fab- 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 (641) → .github/workflows/test.yml (641)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fdbd6c8..4bc747e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
- 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