]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Bump actions/checkout from 4 to 6 1814/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 31 May 2026 14:03:28 +0000 (14:03 +0000)
committerGitHub <noreply@github.com>
Sun, 31 May 2026 14:03:28 +0000 (14:03 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  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 573b4127b09252d4ae1821d0abe3dff405505bce..3b7adee9341611f39f784165995dffc92e3e1dcf 100644 (file)
@@ -36,7 +36,7 @@ jobs:
     # steps to run in each job. Some are github actions, others run shell commands
     steps:
       - name: Checkout repo
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
 
       - name: Set up python
         uses: actions/setup-python@v6
@@ -68,7 +68,7 @@ jobs:
 
     steps:
       - name: Checkout repo
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
 
       - name: Set up python
         uses: actions/setup-python@v6
index 1c8166c252990099161174cf9c162c3af51cbfcc..d7d4625d2d7dddc6cb011de62701e721b8b39f45 100644 (file)
@@ -49,7 +49,7 @@ jobs:
     # steps to run in each job. Some are github actions, others run shell commands
     steps:
       - name: Checkout repo
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
 
       - name: Set up python
         uses: actions/setup-python@v6
@@ -81,7 +81,7 @@ jobs:
 
     steps:
       - name: Checkout repo
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
 
       - name: Set up python
         uses: actions/setup-python@v6