chore(deps): update actions/checkout action to v2 (#274)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Marc Cataford <c.marcandre@gmail.com>
This commit is contained in:
parent
5b34811a79
commit
6817fe9783
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
needs: [build, lint, test]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
- name: Node setup
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
|
Reference in a new issue