Skip to content

Commit

Permalink
update CI to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Aug 28, 2023
1 parent 948810f commit 113049e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Run tests
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install ARM target
run: rustup target add thumbv7em-none-eabihf
- name: Build
Expand Down

0 comments on commit 113049e

Please sign in to comment.