Bump actions/checkout from 3 to 4 (#935)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to
4.
- [Release notes](https://github.com/actions/checkout/releases)
-
[Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)
This commit is contained in:
Syuugo Mizoguchi
2023-09-07 22:24:01 +09:00
committed by GitHub
parent da662133ae
commit 40fc6d2163
15 changed files with 20 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
# cross build failed after Rust 1.68, see https://github.com/cross-rs/cross/issues/1222