Skip to content

Commit 30901bf

Browse files
chore: bump actions/setup-node from 3.7.0 to 3.8.0 (#1545)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@e33196f...bea5baf) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b595cc commit 30901bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: refs/heads/main
1919
path: electron-quick-start
2020
- name: Use Node.js 14.x
21-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag: v3.7.0
21+
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # tag: v3.8.0
2222
with:
2323
node-version: 14.x
2424
- name: Replace electron with electron-nightly

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag: v3.5.3
1515
- name: Fetch all git branches
1616
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
17-
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag: v3.7.0
17+
- uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # tag: v3.8.0
1818
with:
1919
node-version: 14.x
2020
- run: npm install --engine-strict --no-lockfile

0 commit comments

Comments
 (0)