Skip to content

Commit 2e8822c

Browse files
committed
ci(workflow): update workflow
1 parent 5b21fae commit 2e8822c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Run test
1414

1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: actions/cache@v2
16+
- uses: actions/checkout@v4
17+
- uses: actions/cache@v4
1818
with:
1919
path: |
2020
~/.cargo/bin/
@@ -23,7 +23,7 @@ jobs:
2323
~/.cargo/git/db/
2424
target/
2525
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
26-
- uses: actions/setup-node@v2
26+
- uses: actions/setup-node@v4
2727
with:
2828
node-version: "18"
2929
cache: "npm"

0 commit comments

Comments
 (0)