Skip to content

Commit

Permalink
Update to actions/checkout@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Apr 24, 2024
1 parent f68d953 commit 17bd08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 17bd08d

Please sign in to comment.