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:
Hamir Mahal 2024-09-29 14:39:52 -07:00 committed by GitHub
parent c8cd6f438e
commit a771c64299
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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