Skip to content

Commit

Permalink
ci: bump version of checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed Jan 5, 2024
1 parent 6870ad4 commit ef26b1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Default features
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install protoc
run: |
sudo apt-get update
Expand All @@ -30,7 +30,7 @@ jobs:
name: Galmon features
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install protoc
run: |
sudo apt-get update
Expand All @@ -50,7 +50,7 @@ jobs:
name: MSRV
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install protoc
run: |
sudo apt-get update
Expand All @@ -71,7 +71,7 @@ jobs:
run:
working-directory: galmon-osnma
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install protoc
run: |
sudo apt-get update
Expand All @@ -92,7 +92,7 @@ jobs:
run:
working-directory: osnma-longan-nano
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install riscv32imac Rust target
run: rustup target add riscv32imac-unknown-none-elf
- name: Format
Expand All @@ -109,7 +109,7 @@ jobs:
run:
working-directory: osnma-longan-nano-client
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install libudev and protoc
run: |
sudo apt-get update
Expand Down

0 comments on commit ef26b1e

Please sign in to comment.