Skip to content

Commit 661fa2e

Browse files
committed
Update to actions/checkout@v4
1 parent 6309e0e commit 661fa2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Tests
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212

1313
- run: npm ci
1414
- run: npm test

0 commit comments

Comments
 (0)