From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:12:33 +0000 (+0000) Subject: Bump actions/checkout from 6 to 7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=700510e7196fe410f3fa2081a0b1a8d10c8babee;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Bump actions/checkout from 6 to 7 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] --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 9ad95d10ad..d197605a91 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -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 diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index 7fc104bad0..c664aa6257 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -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 diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 9aa2f64394..aa4d49bb4a 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -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