]> git.giorgioravera.it Git - network-manager.git/commitdiff
Bump actions/setup-python from 5 to 6 (#1)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 26 Jan 2026 18:46:38 +0000 (19:46 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 18:46:38 +0000 (19:46 +0100)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/ci.yaml

index 36ef4f889c0c9e214b394cfc70d01a72acad6491..36b596b7ac552256863e12a4158c0118e8b3bce6 100644 (file)
@@ -22,7 +22,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Setup Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           cache: 'pip'