Skip to content

Commit

Permalink
chore(actions): bump actions/setup-node from 4.0.2 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.2 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.2...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 19, 2024
1 parent 4481920 commit 70faf3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].2
- uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand All @@ -43,7 +43,7 @@ jobs:
with:
persist-credentials: false

- uses: actions/[email protected].2
- uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dependencies
devDependencies
- uses: actions/[email protected].2
- uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down

0 comments on commit 70faf3e

Please sign in to comment.