Skip to content

Commit

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

build(deps): bump actions/setup-node from 3.8.1 to 4.0.0
  • Loading branch information
nscuro authored Oct 24, 2023
2 parents bd441e6 + dd8382a commit faa9efe
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/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
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/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: '18'
cache: 'npm'
Expand Down

0 comments on commit faa9efe

Please sign in to comment.