Skip to content

Commit c4899b6

Browse files
actions/checkout@v3
1 parent 6d865cb commit c4899b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- name: Check out project
16+
uses: actions/checkout@v3
1617

1718
- name: Install Node.js
1819
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)