Skip to content

Commit f793030

Browse files
committed
wip
1 parent a77b068 commit f793030

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ jobs:
1818

1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v5
2222

2323
- name: Get yarn cache directory path
2424
id: yarn-cache-dir-path
2525
run: echo "::set-output name=dir::$(yarn cache dir)"
2626

27-
- uses: actions/cache@v2
27+
- uses: actions/cache@v4
2828
with:
2929
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3030
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
3131
restore-keys: |
3232
${{ runner.os }}-yarn-
3333
3434
- name: Use Node.js ${{ matrix.environment.node-version }}
35-
uses: actions/setup-node@v2
35+
uses: actions/setup-node@v6
3636
with:
3737
node-version: ${{ matrix.environment.node-version }}
3838

0 commit comments

Comments
 (0)