chore(deps): update actions/checkout action to v2 #274
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