Skip to content

Commit 17bd08d

Browse files
committed
Update to actions/checkout@v4.
1 parent f68d953 commit 17bd08d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Rustfmt
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- run: rustup update --no-self-update
1616
- run: cargo fmt --all -- --check
1717

@@ -51,7 +51,7 @@ jobs:
5151
qemu_target: riscv64-linux-user
5252
host_target: riscv64gc-unknown-linux-gnu
5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
- name: Configure Cargo target
5656
run: |
5757
echo CARGO_BUILD_TARGET=${{ matrix.target }} >> $GITHUB_ENV

0 commit comments

Comments
 (0)