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

Merged
renovate[bot] merged 1 commit from renovate/actions-checkout-3.x into master 2023-03-31 21:41:16 +00:00
Showing only changes of commit c78074943f - Show all commits

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

renovate[bot] 2023-01-28 22:17:52 +00:00 committed by GitHub
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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