Skip to content

Commit 0da65fd

Browse files
authored
build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#7101)
2 parents 73adffd + 92aee63 commit 0da65fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/false-positive-approvals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
with:
2525
ref: generatedSuppressions
26-
- uses: actions/setup-node@v4.0.4
26+
- uses: actions/setup-node@v4.1.0
2727
- run: |
2828
npm install [email protected]
2929
npm install fs

.github/workflows/false-positive-ops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
issue-body: ${{ github.event.issue.body }}
4343
template-path: odc/.github/ISSUE_TEMPLATE/false-positive-report.yml
44-
- uses: actions/setup-node@v4.0.4
44+
- uses: actions/setup-node@v4.1.0
4545
with:
4646
node-version: 14
4747
- name: Initialize npm

0 commit comments

Comments
 (0)