Skip to content

Commit

Permalink
Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 committed Jan 22, 2021
1 parent 3a50e86 commit ca3b224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, nightly]
steps:
- uses: hecrj/setup-rust-action@v1.2.0
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- name: Install libudev
Expand All @@ -42,7 +42,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: hecrj/setup-rust-action@v1.2.0
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
components: clippy
Expand All @@ -58,7 +58,7 @@ jobs:
clippy-web:
runs-on: macOS-latest
steps:
- uses: hecrj/setup-rust-action@v1.2.0
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
targets: wasm32-unknown-unknown
Expand Down

0 comments on commit ca3b224

Please sign in to comment.