Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#207)
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 27, 2024
1 parent 29f7d27 commit 93689d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
restore-keys: ${{ runner.os }}-node-

- name: Setup node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
cache: npm

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

- name: Setup node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
cache: npm

Expand All @@ -115,7 +115,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
cache: npm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
cache: npm

Expand Down

0 comments on commit 93689d7

Please sign in to comment.