Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.8.0 to 3.8.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.8.0...v3.8.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 5610f8c commit 9415e60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: ${{env.YARN_CACHE}}
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Setup Node.js ${{ matrix.node }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
Expand All @@ -54,7 +54,7 @@ jobs:
path: ${{env.YARN_CACHE}}
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Setup Node.js ${{env.NODEJS}}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{env.NODEJS}}
- name: Install dependencies
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Set yarn cache
run: yarn config set cache-folder ${{env.YARN_CACHE}}
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{env.NODEJS}}
- name: Cache node modules
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Set yarn cache
run: yarn config set cache-folder ${{env.YARN_CACHE}}
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{env.NODEJS}}
- name: Cache node modules
Expand Down

0 comments on commit 9415e60

Please sign in to comment.