Merge pull request #9 from fosskers/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2.4.0 to 3
This commit is contained in:
Colin Woodbury
2022-03-04 12:57:53 -08:00
committed by GitHub

View File

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