Skip to content

Commit 7342d1f

Browse files
committed
Upgrade actions/checkout
1 parent 7738a48 commit 7342d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [14.x, 16.x, 18.x]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)