Skip to content

Commit

Permalink
Fix CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed Apr 30, 2024
1 parent d136afd commit cfb8252
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
components: clippy
override: true
- uses: Swatinem/rust-cache@v1
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
with:
version: '3.x'
version: '23.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/clippy-check@v1
with:
Expand Down Expand Up @@ -101,9 +101,9 @@ jobs:
toolchain: 1.74.1
override: true
- uses: Swatinem/rust-cache@v1
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
with:
version: '3.x'
version: '23.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -136,9 +136,9 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
with:
version: '3.x'
version: '23.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -171,9 +171,9 @@ jobs:
toolchain: 1.74.1
components: rustfmt
override: true
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
with:
version: '3.x'
version: '23.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit cfb8252

Please sign in to comment.