mirror of
https://github.com/fabianlindfors/reshape.git
synced 2024-11-22 12:12:27 +03:00
fix: usage of node12 which is deprecated
(#35)
* chore: changes from formatting on save * fix: usage of `node12 which is deprecated`
This commit is contained in:
parent
c8cd6f438e
commit
a771c64299
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
- name: Select Rust toolchain with Clippy
|
- name: Select Rust toolchain with Clippy
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
@ -23,6 +23,6 @@ jobs:
|
|||||||
components: clippy
|
components: clippy
|
||||||
override: true
|
override: true
|
||||||
- name: Use cache for Rust dependencies
|
- name: Use cache for Rust dependencies
|
||||||
uses: Swatinem/rust-cache@v1
|
uses: Swatinem/rust-cache@v2
|
||||||
- name: Lint using Clippy
|
- name: Lint using Clippy
|
||||||
run: cargo clippy
|
run: cargo clippy
|
Loading…
Reference in New Issue
Block a user