Skip to content

Commit

Permalink
Bump actions/setup-node from 3.5.1 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@8c91899...8f152de)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 7a079af commit 77c0a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/content-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
sudo apt-get install libxml2-utils
- name: Set up NodeJS
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version-file: git-content/${{ env.OSCAL_DIR_PATH }}/build/.nvmrc
cache: 'npm'
Expand Down

0 comments on commit 77c0a25

Please sign in to comment.