Skip to content

Commit fe55285

Browse files
chore(deps): update actions/checkout action to v3
1 parent b062bf7 commit fe55285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v1
2020
with:

0 commit comments

Comments
 (0)