chore(deps): update actions/checkout action to v3

This commit is contained in:
renovate[bot] 2023-01-28 22:17:52 +00:00 committed by GitHub
parent ba3759733c
commit c78074943f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Run tests