Skip to content

Commit 34f36fa

Browse files
authored
Merge pull request #264 from kwonoj/bump-update-swc
2 parents ce26301 + 2e8822c commit 34f36fa

File tree

11 files changed

+297
-210
lines changed

11 files changed

+297
-210
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)