]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Bump actions/checkout from 4 to 6 (#13273)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 30 Apr 2026 19:57:42 +0000 (21:57 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 30 Apr 2026 19:59:12 +0000 (21:59 +0200)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit db9b991551325d0194524b79e63f3af9f497b78a)

.github/workflows/create-wheels.yaml
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml

index e144e68910b3556209ed433609443c93e68f3e40..55cfe6e247a2d758b33ee98b0491991d84c6f4c2 100644 (file)
@@ -58,7 +58,7 @@ jobs:
       fail-fast: false
 
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
 
       - name: Remove tag_build from setup.cfg
         # sqlalchemy has `tag_build` set to `dev` in setup.cfg. We need to remove it before creating the weel
index bfbc32d9cd474313e9a8c25f2adb9ffe115fd9d3..281ef2c1828b302f2378d631169f93ee68672db3 100644 (file)
@@ -38,7 +38,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
@@ -73,7 +73,7 @@ jobs:
 
     steps:
       - name: Checkout repo
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
 
       - name: Set up python
         uses: actions/setup-python@v6
index 262c58b2cb1922d3442b16b41874ce6e656b8994..16153d83a80785782431f241959cf504ef3af7be 100644 (file)
@@ -114,7 +114,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
@@ -152,7 +152,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