Skip to content

Commit 1d2479c

Browse files
chore(deps): update actions/setup-node digest to 395ad32 (#225)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) ([changelog](https://redirect.github.com/actions/setup-node/compare/2028fbc5c25fe9cf00d9f06a71cc4710d4507903..395ad3262231945c25e8478fd5baf05154b1d79f)) | action | digest | `2028fbc` -> `395ad32` | --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/graphql-hive/federation-composition). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f11ae8e commit 1d2479c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: setup pnpm
1111
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
1212
- name: setup node
13-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
13+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
1414
with:
1515
node-version: 21
1616
cache: "pnpm"
@@ -30,7 +30,7 @@ jobs:
3030
- name: setup pnpm
3131
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
3232
- name: setup node
33-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
33+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
3434
with:
3535
node-version: 24
3636
cache: "pnpm"

0 commit comments

Comments
 (0)