Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit 29ce57b

Browse files
committed
Update Synced CI-Workflow (Lint)
1 parent 51a8b08 commit 29ce57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/synced-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
name: Lint
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/cache@v2
10+
- uses: actions/checkout@v3
11+
- uses: actions/cache@v3
1212
with:
1313
path: ~/.npm
1414
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)