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

index 1ff5d17f48ac5e6b41b5676af1af623291bd2df2..54300d5b35037da88285eb9b7a18900b290af362 100644 (file)
@@ -39,7 +39,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 }}
@@ -71,7 +71,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 099664170a33262fde8b5bf65f69ce63eff866c0..43f591f803c51bffb90504175bab0713f42ac721 100644 (file)
@@ -52,7 +52,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 }}
@@ -84,7 +84,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 }}