build(deps): bump actions/checkout from 3 to 4 (#1348)

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](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
This commit is contained in:
dependabot[bot] 2023-09-07 01:25:18 +00:00 committed by GitHub
parent 76a692224d
commit b36674a1c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ jobs:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
TARGET: x86_64-unknown-linux-musl
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install x86_64-unknown-linux-musl target
run: rustup target add $TARGET
- uses: Swatinem/rust-cache@v2
@ -155,7 +155,7 @@ jobs:
detect-targets-ubuntu-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Build detect-targets
run: cargo build --bin detect-targets