]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Bump actions/checkout from 6 to 7 13387/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 18 Jun 2026 15:12:33 +0000 (15:12 +0000)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 15:12:33 +0000 (15:12 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  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 9ad95d10ad852fd05c7f124c600045afe12c5231..d197605a912fe6626b4eb6db7feb89f75a413a83 100644 (file)
@@ -71,7 +71,7 @@ jobs:
       fail-fast: false
 
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
 
       # See details at https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation
       - name: Set up QEMU
index 7fc104bad03efd2dfe04d0a4012de0a79d2d44c3..c664aa6257418ef01675d4a5d2ad87932273a5b1 100644 (file)
@@ -39,7 +39,7 @@ jobs:
     # steps to run in each job. Some are github actions, others run shell commands
     steps:
       - name: Checkout repo
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
 
       - name: Set up python
         uses: actions/setup-python@v6
@@ -74,7 +74,7 @@ jobs:
 
     steps:
       - name: Checkout repo
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
 
       - name: Set up python
         uses: actions/setup-python@v6
index 9aa2f6439419484638d3ddf61146022c170b7927..aa4d49bb4a2de0b4f2f4535742c2ab60d94e8f60 100644 (file)
@@ -101,7 +101,7 @@ jobs:
     # steps to run in each job. Some are github actions, others run shell commands
     steps:
       - name: Checkout repo
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
 
       - name: Set up python
         uses: actions/setup-python@v6
@@ -139,7 +139,7 @@ jobs:
     # steps to run in each job. Some are github actions, others run shell commands
     steps:
       - name: Checkout repo
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
 
       - name: Set up python
         uses: actions/setup-python@v6