Skip to main content

Bump actions/setup-python from 5 to 6

ID
e47c8fa
date
2025-09-08 09:20:23+00:00
author
dependabot <https://github.com/dependabot>
parent
aaa25ff
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/main.yml (824) → .github/workflows/main.yml (824)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index efe67eb..30550d2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
         uses: actions/checkout@v5
 
       - name: Setup Python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: 3.12
           cache: pip