update checkout and setup-node to v3

deepsource-autofix-76c6eb20
Dan Gowans 2022-12-29 11:38:06 -05:00
parent d605b5d821
commit 830053b820
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'