Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-04 13:56:10 +00:00 committed by GitHub
parent e1088e76bc
commit ebc831c834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with: