Skip to content

Commit

Permalink
Merge pull request #1008 from DependencyTrack/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-node-4.0.4

build(deps): bump actions/setup-node from 4.0.3 to 4.0.4
  • Loading branch information
nscuro authored Sep 20, 2024
2 parents 4bf7818 + 364c3c7 commit a857417
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_meta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/[email protected]

- name: Set up NodeJs
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: '20'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/[email protected]

- name: Set up NodeJs
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: '20'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Set up NodeJs
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: '20'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Set up NodeJs
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: '20'
cache: 'npm'
Expand Down

0 comments on commit a857417

Please sign in to comment.