Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
88acbd4af2
Bump actions/checkout from 4 to 5
Some checks failed
Pip / build (ubuntu-24.04-arm, 3.11) (push) Has been cancelled
Pip / build (ubuntu-24.04-arm, 3.12) (push) Has been cancelled
Pip / build (ubuntu-24.04-arm, 3.13) (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Wheels / Build SDist (push) Has been cancelled
Wheels / Wheels on ubuntu-24.04-arm (push) Has been cancelled
Wheels / Upload release (push) Has been cancelled
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 18:41:44 +00:00
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: true
fetch-depth: 0

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Set up repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: false
show-progress: false

View file

@ -17,7 +17,7 @@ jobs:
name: Build SDist
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: true
fetch-depth: 0
@ -45,7 +45,7 @@ jobs:
os: ["ubuntu-24.04-arm"]
arch_linux: ["aarch64"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: true
fetch-depth: 0