]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Bump actions/setup-python from 4 to 6 1813/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 31 May 2026 13:51:42 +0000 (13:51 +0000)
committerGitHub <noreply@github.com>
Sun, 31 May 2026 13:51:42 +0000 (13:51 +0000)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...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>
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml

index f4140cef166167ce61ef3a97dfe412acaedf5fba..573b4127b09252d4ae1821d0abe3dff405505bce 100644 (file)
@@ -39,7 +39,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -71,7 +71,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
index c8a78a8dab5e929168e1e5dbfbf47dd47e935175..1c8166c252990099161174cf9c162c3af51cbfcc 100644 (file)
@@ -52,7 +52,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
@@ -84,7 +84,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Set up python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v6
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}