Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-04 13:56:10 +00:00 committed by Kavin
parent e1088e76bc
commit 52bb8f76e4
1 changed files with 1 additions and 1 deletions

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: