Skip to content

Commit

Permalink
Merge pull request actions-rs#29 from actions-rs-plus/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/actions/setup-node-3.3.0

Bump actions/setup-node from 3.2.0 to 3.3.0
  • Loading branch information
github-actions[bot] authored Jun 6, 2022
2 parents 7e24e14 + 93b1c31 commit af78891
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Set up node
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd
with:
cache: "npm"
cache-dependency-path: package-lock.json
Expand All @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Set up node
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand All @@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Set up node
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
fetch-depth: 0

- name: Set up node
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Set up node
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down

0 comments on commit af78891

Please sign in to comment.