Skip to content

Commit

Permalink
chore(ci): update to maintained actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Jun 11, 2024
1 parent cbfbab5 commit a804f57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: '1.76.0'
profile: minimal
Expand All @@ -21,7 +21,7 @@ jobs:
components: clippy

- name: Run Clippy
uses: actions-rs/clippy-check@v1
uses: clechasseur/rs-clippy-check@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets
Expand All @@ -33,13 +33,12 @@ jobs:
- uses: jcbhmr/setup-wasmtime@v2

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: '1.76.0'
profile: minimal
override: true
target: wasm32-wasi
components: clippy

- name: Install cargo wasi
run: cargo install cargo-wasi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: '1.76.0'
profile: minimal
Expand Down

0 comments on commit a804f57

Please sign in to comment.