]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Bump actions/setup-python from 6 to 7
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 20 Jul 2026 15:12:42 +0000 (15:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Jul 2026 17:03:28 +0000 (13:03 -0400)
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)

Change-Id: I626f88eaa852c25fe1e01ec3f85b0d28ea481e00

---
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>
(cherry picked from commit b36f38dff498de31bffce513b104eab202bd7d20)

.github/workflows/create-wheels.yaml
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml

index 1e70a4ce0260815f03a386a9b095b46dc0dbf5de..9a5723dc82625a7ddb130928f6c0697322205f5c 100644 (file)
@@ -102,7 +102,7 @@ jobs:
 
 
       - name: Set up Python for twine and pure-python wheel
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: "3.13"
 
index 281ef2c1828b302f2378d631169f93ee68672db3..fe86a26b0119122a70ec1f81f3a6af1ceb924541 100644 (file)
@@ -41,7 +41,7 @@ jobs:
         uses: actions/checkout@v6
 
       - name: Set up python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -76,7 +76,7 @@ jobs:
         uses: actions/checkout@v6
 
       - name: Set up python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
index dbe5851433481f4fa5c69d62e3c8ddbd2d32a92a..50782dd6315679f3ff7273d9e6cbcab81a956e86 100644 (file)
@@ -109,7 +109,7 @@ jobs:
         uses: actions/checkout@v6
 
       - name: Set up python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -147,7 +147,7 @@ jobs:
         uses: actions/checkout@v6
 
       - name: Set up python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}