Skip to content

Commit 27bd3ca

Browse files
Update actions/checkout action to v4
1 parent 191f016 commit 27bd3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
NODE_OPTIONS: --max_old_space_size=4096
99
steps:
1010
- name: Checkout Code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
- name: Cache node modules
1313
uses: actions/cache@v2
1414
with:

0 commit comments

Comments
 (0)