Skip to content

Commit 88fe063

Browse files
committed
ci: update actions
1 parent 3d5ffbb commit 88fe063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
node-version: ['20.x']
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Setup Node.js
15-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v4
1616
- name: Install Dependencies
1717
run: npm install
1818
- name: Lint

0 commit comments

Comments
 (0)