chore(deps): update actions/checkout action to v3
This commit is contained in:
committed by
Michael Terry
parent
c77d518d04
commit
c4cb0e5ac2
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
matrix:
|
||||
node: [12, 14, 16]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
Reference in New Issue
Block a user