]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Bump actions/setup-python from 6 to 7 13444/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 20 Jul 2026 15:12:42 +0000 (15:12 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 15:12:42 +0000 (15:12 +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/create-wheels.yaml
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml

index 28050411b3a58980daec26446eee495c6cdcae9e..baebcba5eba9b16c5367aee8a24f5210000aaeb0 100644 (file)
@@ -103,7 +103,7 @@ jobs:
 
 
       - name: Set up Python for pure-python wheel
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: "3.14"
 
index c664aa6257418ef01675d4a5d2ad87932273a5b1..b476ac9dc2ec371ef9a6cdfac26d92450c677c4f 100644 (file)
@@ -42,7 +42,7 @@ jobs:
         uses: actions/checkout@v7
 
       - name: Set up python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -77,7 +77,7 @@ jobs:
         uses: actions/checkout@v7
 
       - name: Set up python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
index aa4d49bb4a2de0b4f2f4535742c2ab60d94e8f60..69592fe4007e2a15a1aa52b93be6eb3f7de1ac1c 100644 (file)
@@ -104,7 +104,7 @@ jobs:
         uses: actions/checkout@v7
 
       - name: Set up python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -142,7 +142,7 @@ jobs:
         uses: actions/checkout@v7
 
       - name: Set up python
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}