Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.0 to 4.0.1 (#691)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.0...v4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 28e73dc commit 71a01b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Set up Node ${{ env.NODE_VERSION }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: recursive

- name: Set up Node ${{ env.NODE_VERSION }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
Expand Down

0 comments on commit 71a01b4

Please sign in to comment.