]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
build(deps): bump actions/setup-python from 5 to 6 dependabot/github_actions/actions/setup-python-6 640/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Oct 2025 11:14:37 +0000 (11:14 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Oct 2025 11:14:37 +0000 (11:14 +0000)
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>
.github/workflows/ci.yaml

index 796bf32ae967d8ffd0c662510b601acfbb1190d6..d1df13514f0a0c2284439212c2861ca654e69739 100644 (file)
@@ -14,7 +14,7 @@ jobs:
       - name: Checkout source code
         uses: actions/checkout@v4
       - name: Set up Python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: "3.13"
           cache: 'pip'
@@ -74,7 +74,7 @@ jobs:
       - name: Checkout source code
         uses: actions/checkout@v4
       - name: Set up Python ${{ matrix.python }}
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python }}
           cache: 'pip'
@@ -108,7 +108,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Set up Python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: "3.13"
           cache: 'pip'
@@ -136,7 +136,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Set up Python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: "3.13"
           cache: 'pip'