Skip to content

Commit 27add6c

Browse files
authored
Uses actions/checkout@v4
1 parent 02511fd commit 27add6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Install dependencies
2121
run: npm install

0 commit comments

Comments
 (0)