Skip to content

Commit ddd858e

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent 390006e commit ddd858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node }}
2525

2626
- name: checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828

2929
- name: cache node_modules
3030
uses: actions/cache@v2

0 commit comments

Comments
 (0)