Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 13, 2022
1 parent 433391d commit e06fbd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fetch-depth: 2

- name: Set up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
fetch-depth: 2

- name: Set up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
fetch-depth: 0

- name: Set up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
Expand Down

0 comments on commit e06fbd3

Please sign in to comment.