Skip to content

Commit bff4a14

Browse files
authored
Update ci.yml
1 parent 0c5fcc5 commit bff4a14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v4
2929

3030
- name: Set node version to ${{ matrix.node_version }}
31-
uses: actions/setup-node@v2
31+
uses: actions/setup-node@v4
3232
with:
3333
node-version: ${{ matrix.node_version }}
3434

@@ -37,7 +37,7 @@ jobs:
3737
run: echo "::set-output name=dir::$(yarn cache dir)"
3838

3939
- name: Set dependencies cache
40-
uses: actions/cache@v2
40+
uses: actions/cache@v4
4141
with:
4242
path: ${{ steps.yarn-cache.outputs.dir }}
4343
key: ${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)