From 17bd08dc4cb284134022faf972cda9923ab1115d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 24 Apr 2024 09:20:20 -0700 Subject: [PATCH] Update to actions/checkout@v4. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d9fb45..4f15af9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: name: Rustfmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: rustup update --no-self-update - run: cargo fmt --all -- --check @@ -51,7 +51,7 @@ jobs: qemu_target: riscv64-linux-user host_target: riscv64gc-unknown-linux-gnu steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure Cargo target run: | echo CARGO_BUILD_TARGET=${{ matrix.target }} >> $GITHUB_ENV