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

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