]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Bump actions/setup-python from 5 to 6 (#13270)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 30 Apr 2026 19:53:11 +0000 (21:53 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2026 19:53:11 +0000 (21:53 +0200)
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/create-wheels.yaml
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml

index 15a3c14272edeed651e5c4b36245cce724a0a838..35f82c50f08614170ffba181f25e1c10b07d7e9f 100644 (file)
@@ -100,7 +100,7 @@ jobs:
 
 
       - name: Set up Python for twine and pure-python wheel
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: "3.14"
 
index 8cdd78421de31a274d7e65ff65dc0b5242e6fa72..5d4edc990aa7049289d9fcd81242ad45ab60c50f 100644 (file)
@@ -42,7 +42,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -77,7 +77,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
index 76cab1e04a7af6c8aada1eb79418352f6b697e2d..aa78c264055467be553d6927b9c256773cd8571b 100644 (file)
@@ -116,7 +116,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -154,7 +154,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}