Skip to content

Commit 3331401

Browse files
author
horike37
committed
chore: update ci confing
1 parent f55225f commit 3331401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
runs-on: ubuntu-latest
77
timeout-minutes: 45
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v2.1.4
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
1212
node-version: 14
1313

1414
- name: Cache dependencies
15-
uses: actions/cache@v2
15+
uses: actions/cache@v4
1616
with:
1717
path: ~/.npm
1818
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)