chore(deps): bump actions/setup-node from 2.3.0 to 2.4.0 (#168)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
733f7a7482
commit
f06650da04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Setup Node.js for use with actions
|
- name: Setup Node.js for use with actions
|
||||||
uses: actions/setup-node@v2.3.0
|
uses: actions/setup-node@v2.4.0
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
|
|
Loading…
Reference in a new issue