Merge pull request #8 from fosskers/dependabot/github_actions/actions/checkout-2.4.0

Bump actions/checkout from 2.3.5 to 2.4.0
This commit is contained in:
Colin Woodbury
2021-11-06 18:51:23 +01:00
committed by GitHub

View File

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