Skip to content

Commit 2a95b54

Browse files
Bump actions/setup-node from 2.4.0 to 2.4.1 (#8626)
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>
1 parent 576c9ac commit 2a95b54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-linux-installer-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
sh install.sh
100100
101101
- name: Setup Node 12.x
102-
uses: actions/[email protected].0
102+
uses: actions/[email protected].1
103103
with:
104104
node-version: '12.x'
105105

.github/workflows/build-macos-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
sh install.sh
9696
9797
- name: Setup Node 14.x
98-
uses: actions/[email protected].0
98+
uses: actions/[email protected].1
9999
with:
100100
node-version: '14.x'
101101

0 commit comments

Comments
 (0)