Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 4.0.3 to 4.0.4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.3...v4.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 482603a commit 34f32e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
path: ixbrl-viewer
ref: ${{ inputs.ixbrl_viewer_ref }}
- name: Set up Node JS
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ inputs.node_version }}
- name: Build ixbrl-viewer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
repository: Workiva/ixbrl-viewer
path: tmp/ixbrl-viewer
ref: ${{ inputs.ixbrl_viewer_ref }}
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: ${{ inputs.node_version }}
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
path: ixbrl-viewer
ref: ${{ inputs.ixbrl_viewer_ref }}
- name: Set up Node JS
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ inputs.node_version }}
- name: Build ixbrl-viewer
Expand Down

0 comments on commit 34f32e7

Please sign in to comment.