Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.3 to 4.0.4 (#1969)
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 Oct 3, 2024
1 parent 48265c4 commit cca8b5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 20.12.2
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 20.12.2
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 20.12.2
cache: 'npm'
Expand Down

0 comments on commit cca8b5f

Please sign in to comment.