Merge pull request #19 from anas-elgarhy/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
This commit is contained in:
commit
885ea69d9c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue