Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 650a501

Browse files
chore(deps): update actions/checkout action to v3 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9faf8b3 commit 650a501

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
@@ -29,7 +29,7 @@ jobs:
2929
os: ubuntu-latest
3030
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
with:
3434
submodules: 'recursive'
3535
- uses: pnpm/[email protected]

0 commit comments

Comments
 (0)