Fix action deprecation warnings (#502)

Co-authored-by: David Finol <davidmfinol@gmail.com>
This commit is contained in:
AndrewKahr
2023-02-10 06:43:05 -08:00
committed by GitHub
parent f35829a9d4
commit 8c9dcf076d
8 changed files with 21 additions and 20 deletions

View File

@@ -15,13 +15,13 @@ jobs:
cleanupCloudRunner:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.event.event_type != 'pull_request_target'
with:
lfs: true
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
- run: yarn
- run: yarn run cli --help
env: