Skip to content

Commit 0b6a700

Browse files
authored
Update GH Actions to latest checkout and setup-node
1 parent fbaae48 commit 0b6a700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- 27017:27017
3535
timeout-minutes: 10
3636
steps:
37-
- uses: actions/checkout@v2
38-
- uses: actions/setup-node@v1
37+
- uses: actions/checkout@v3
38+
- uses: actions/setup-node@v3
3939
with:
4040
node-version: ${{ matrix.node }}
4141
- name: Install

0 commit comments

Comments
 (0)