Skip to content

Commit 6e3d478

Browse files
chore(deps): update actions/setup-node action to v4 (#273)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v4`](https://redirect.github.com/actions/setup-node/compare/v3...v4) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/renovate/) using a [curated preset](https://redirect.github.com/sanity-io/renovate-config#readme) maintained by [<picture><source media="(prefers-color-scheme: dark)" srcset="https://www.sanity.io/static/images/logo_white.svg?v=2"><img alt="Sanity" src="https://www.sanity.io/static/images/logo_red.svg?v=2" height="10"></picture>](https://www.sanity.io/?utm_source=github&utm_medium=referral&utm_campaign=ecosystem-renovate-preset). View repository job log [here](https://developer.mend.io/github/sanity-io/gatsby-source-sanity) <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c50875 commit 6e3d478

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
40-
- uses: actions/setup-node@v3
40+
- uses: actions/setup-node@v4
4141
with:
4242
node-version: lts/*
4343
cache: npm
@@ -65,7 +65,7 @@ jobs:
6565
git config --global core.autocrlf false
6666
git config --global core.eol lf
6767
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
68-
- uses: actions/setup-node@v3
68+
- uses: actions/setup-node@v4
6969
with:
7070
node-version: ${{ matrix.node }}
7171
cache: npm
@@ -83,7 +83,7 @@ jobs:
8383
# Need to fetch entire commit history to
8484
# analyze every commit since last release
8585
fetch-depth: 0
86-
- uses: actions/setup-node@v3
86+
- uses: actions/setup-node@v4
8787
with:
8888
node-version: lts/*
8989
cache: npm

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
18-
- uses: actions/setup-node@v3
18+
- uses: actions/setup-node@v4
1919
with:
2020
node-version: lts/*
2121
- run: npm ci --ignore-scripts --only-dev

0 commit comments

Comments
 (0)