qa.yml: bump actions/checkout to v3

This commit is contained in:
K.B.Dharun Krishna 2023-06-06 14:39:43 +05:30 committed by GitHub
parent 427bad7016
commit 28bb3c39ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
run_qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: ./test/run-qa.sh