Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 19, 2024
1 parent 892f71d commit 8b34b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.4
with:
node-version: 16.x

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

- name: Install Node.js
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.4
with:
node-version: 16.x

Expand Down

0 comments on commit 8b34b3d

Please sign in to comment.