Skip to content

Commit

Permalink
Merge pull request #28 from hermit-os/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

chore: bump actions/checkout from 3 to 4
  • Loading branch information
mkroening authored Sep 11, 2023
2 parents e87deb4 + 28f2f91 commit 557c768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
arch: [x86_64, aarch64, riscv64gc]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.arch }}-unknown-linux-gnu
Expand All @@ -33,7 +33,7 @@ jobs:
arch: [x86_64, aarch64, riscv64gc]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.arch }}-unknown-linux-gnu
Expand All @@ -46,7 +46,7 @@ jobs:
name: Check format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
Expand Down

0 comments on commit 557c768

Please sign in to comment.