Skip to content

Commit

Permalink
Merge branch 'DependencyTrack:master' into feat/add-team-selection-in…
Browse files Browse the repository at this point in the history
…-create-proect-button
  • Loading branch information
Gepardgame authored Sep 20, 2024
2 parents 91e9980 + a857417 commit 94f232d
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 94f232d

Please sign in to comment.