Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit b1a75c3

Browse files
chore(deps): update actions/checkout action to v4
1 parent 1aa97c9 commit b1a75c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Build

0 commit comments

Comments
 (0)