Skip to content

Commit

Permalink
Upgrade: 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 and jonnitto committed Sep 23, 2024
1 parent 62875f0 commit 95f174f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
version: latest
- name: Setup node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: .nvmrc
- name: Install dependencies
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
cp -n RootFiles/TailwindCSS/{*,.*} ./ || true
cp -R {Lib,defaults.yaml,*.mjs,*.js} Build/Carbon.Pipeline/
- name: Setup node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: .nvmrc
- name: Install dependencies
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
cp -n RootFiles/JavaScript/* ./ || true
cp -n RootFiles/TailwindCSS/{*,.*} ./ || true
cp -R {Lib,defaults.yaml,*.mjs,*.js} Build/Carbon.Pipeline/
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version-file: .nvmrc
- name: Install dependencies
Expand Down

0 comments on commit 95f174f

Please sign in to comment.