]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
build(deps): bump actions/setup-python from 6 to 7 dependabot/github_actions/actions/setup-python-7 667/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Aug 2026 11:03:52 +0000 (11:03 +0000)
committerGitHub <noreply@github.com>
Sat, 1 Aug 2026 11:03:52 +0000 (11:03 +0000)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/ci.yaml

index 9dd8e03179d234f72b5062c98306005a764d962d..52597d76b6c6cc3a94690e208a25cbde0f6879c6 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       - name: Checkout source code
         uses: actions/checkout@v6
       - name: Set up Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: "3.14"
           cache: 'pip'
@@ -77,7 +77,7 @@ jobs:
       - name: Checkout source code
         uses: actions/checkout@v6
       - name: Set up Python ${{ matrix.python }}
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python }}
           cache: 'pip'
@@ -118,7 +118,7 @@ jobs:
       - name: Fetch all branches
         run: git fetch --all
       - name: Set up Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: "3.14"
           cache: 'pip'
@@ -146,7 +146,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Set up Python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: "3.14"
           cache: 'pip'