Update actions/checkout action to v3 (#30)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-25 11:57:25 +03:00 committed by GitHub
parent 2e1dbc1a8c
commit b4fb8c04c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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