mirror of
https://github.com/fabianlindfors/reshape.git
synced 2024-11-21 16:57:11 +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
6
.github/workflows/lint.yaml
vendored
6
.github/workflows/lint.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Select Rust toolchain with Clippy
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
@ -23,6 +23,6 @@ jobs:
|
||||
components: clippy
|
||||
override: true
|
||||
- name: Use cache for Rust dependencies
|
||||
uses: Swatinem/rust-cache@v1
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Lint using Clippy
|
||||
run: cargo clippy
|
||||
run: cargo clippy
|
||||
|
Loading…
Reference in New Issue
Block a user