Skip to content

Commit c5f9084

Browse files
authored
Merge pull request #944 from DependencyTrack/dependabot/github_actions/actions/setup-node-4.0.3
build(deps): bump actions/setup-node from 4.0.2 to 4.0.3
2 parents 3998649 + 52f3de4 commit c5f9084

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/_meta-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/[email protected]
3131

3232
- name: Set up NodeJs
33-
uses: actions/[email protected].2
33+
uses: actions/[email protected].3
3434
with:
3535
node-version: '20'
3636
cache: 'npm'

.github/workflows/ci-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/[email protected]
2525

2626
- name: Set up NodeJs
27-
uses: actions/[email protected].2
27+
uses: actions/[email protected].3
2828
with:
2929
node-version: '20'
3030
cache: 'npm'

.github/workflows/i18n.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222

2323
- name: Set up NodeJs
24-
uses: actions/[email protected].2
24+
uses: actions/[email protected].3
2525
with:
2626
node-version: '20'
2727
cache: 'npm'

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222

2323
- name: Set up NodeJs
24-
uses: actions/[email protected].2
24+
uses: actions/[email protected].3
2525
with:
2626
node-version: '20'
2727
cache: 'npm'

0 commit comments

Comments
 (0)