Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7dcee38

Browse filesBrowse files
build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (#1444)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@b39b52d...60edb5d) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a727b62 commit 7dcee38
Copy full SHA for 7dcee38

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎.github/workflows/ci-win.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/ci-win.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
29+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
architecture: ${{ matrix.architecture }}
Collapse file

‎.github/workflows/ci.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version: ${{ env.PYTHON_VERSION }}
3333
- name: Use Node.js ${{ matrix.node-version }}
34-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
34+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3535
with:
3636
node-version: ${{ matrix.node-version }}
3737
- name: Check Node.js installation
Collapse file

‎.github/workflows/codeql.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Use Node.js v18.x
7272
if: matrix.language == 'cpp'
73-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
73+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7474
with:
7575
node-version: 18.x
7676

Collapse file

‎.github/workflows/linter.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/linter.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- run: git branch -a
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
23+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.