GH: Update actions/checkout to v3

Addresses nodeJS12 deprecation
This commit is contained in:
moto 2022-10-24 08:49:47 -04:00
parent 19ae55654c
commit 03186b242e

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Clone Repository
working-directory: ./tools
run: |