fix: CI: port actions actionx-rust-lang and checkout@v4

This commit is contained in:
Aravinth Manivannan
2023-10-16 20:30:41 +05:30
parent 765be413c4
commit 342d03b58b
3 changed files with 13 additions and 37 deletions

View File

@@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: load env
run: |
@@ -81,12 +81,7 @@ jobs:
with:
node-version: "18.0.0"
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.version }}-x86_64-unknown-linux-gnu
profile: minimal
override: true
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build frontend
run: make frontend