Update actions/checkout action to v3 (#14)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-24 11:23:05 +03:00 committed by GitHub
parent f1278b2f86
commit af57ba12be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
name: Build and verify name: Build and verify
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: valitydev/action-setup-thrift@v1 - uses: valitydev/action-setup-thrift@v1