Skip to content

Commit 9a204f0

Browse files
chore(deps): update actions/setup-node digest to 6044e13 (#640)
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/395ad3262231945c25e8478fd5baf05154b1d79f..6044e13b5dc448c55e2357c09f80417699197238)) | action | digest | `395ad32` → `6044e13` | --- ### 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/node-modules/urllib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c06b7d commit 9a204f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
2323

2424
- name: Set up Node.js
25-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
25+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2626
with:
2727
node-version: '22'
2828
cache: 'pnpm'

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
2222

2323
- name: Set up Node.js
24-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
24+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2525
with:
2626
node-version: '24'
2727
cache: 'pnpm'
@@ -69,7 +69,7 @@ jobs:
6969
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
7070

7171
- name: Set up Node.js
72-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
72+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
7373
with:
7474
node-version: ${{ matrix.node }}
7575
cache: 'pnpm'

0 commit comments

Comments
 (0)