Skip to content

Commit

Permalink
⬆️ Bump actions/setup-node from 2.4.0 to 2.4.1 (#169)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.4.0...v2.4.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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2021
1 parent 6139dc6 commit b3c0c62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: "Set up Node.js 12.0"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: "Set up Node.js 12.0"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12.0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: "Set up Node.js ${{ matrix.node-version }}"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v2

- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v2

- name: "Set up Node.js 12.x"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12.x

Expand Down

0 comments on commit b3c0c62

Please sign in to comment.