Skip to content

Commit

Permalink
Bump actions/setup-node from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent d7c8eca commit 0685baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Setup Node ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Setup Hugo ${{ matrix.hugo }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
with:
site_name: ${{ env.THEME_NAME }}
- name: Use Node.js 10.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 10.x
- name: Lighthouse ${{ env.THEME_NAME }} (Preview)
Expand Down

0 comments on commit 0685baf

Please sign in to comment.