Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.3 to 4.0.4 (#879)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 5e6254e commit e91de25
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: ".nvmrc"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: ".nvmrc"

Expand Down

0 comments on commit e91de25

Please sign in to comment.