Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.3.1...v2.3.2)

---
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 and rvagg committed Aug 5, 2021
1 parent c96878f commit 3a3cdc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ matrix.node }}
- name: Install Dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ matrix.node }}
- name: Install Dependencies
Expand All @@ -52,7 +52,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 14
- name: Install dependencies
Expand Down

0 comments on commit 3a3cdc1

Please sign in to comment.