Skip to content

Commit fbb20fe

Browse files
build(deps): bump actions/setup-node from 3.5.0 to 3.5.1 (#1193)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.5.0...v3.5.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f4fcca commit fbb20fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Setup Node.js
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].1
2626
with:
2727
node-version: 16.x
2828
cache: yarn
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v3
7171
- name: Setup Node.js
72-
uses: actions/[email protected].0
72+
uses: actions/[email protected].1
7373
with:
7474
node-version: 16.x
7575
cache: yarn

.github/workflows/electron-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- name: Fetch git branches
1111
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
12-
- uses: actions/[email protected].0
12+
- uses: actions/[email protected].1
1313
with:
1414
node-version: 16.x
1515
cache: yarn

0 commit comments

Comments
 (0)