Skip to content

Commit

Permalink
Merge pull request #680 from DependencyTrack/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-node-4.0.1

build(deps): bump actions/setup-node from 4.0.0 to 4.0.1
  • Loading branch information
nscuro authored Dec 20, 2023
2 parents e2e5acc + b20a1c6 commit 8ed97f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_meta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/[email protected]

- name: Set up NodeJs
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}
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].0
uses: actions/[email protected].1
with:
node-version: '18'
cache: 'npm'
Expand Down

0 comments on commit 8ed97f8

Please sign in to comment.