Skip to content

Commit 056912a

Browse files
authored
chore(deps): update actions/setup-node digest to 53b8394 (#2628)
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/6044e13b5dc448c55e2357c09f80417699197238..53b83947a5a98c8d113130e565377fae1a50d02f)) | action | digest | `6044e13` → `53b8394` | --- ### 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/googleapis/genai-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent f109d72 commit 056912a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_dev_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
extended: true
5252

5353
- name: Setup Node
54-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
54+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
5555
with:
5656
node-version: "22"
5757

.github/workflows/deploy_previous_version_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
hugo-version: "0.145.0"
5959
extended: true
60-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
60+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
6161
with:
6262
node-version: "22"
6363

.github/workflows/deploy_versioned_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
extended: true
4848

4949
- name: Setup Node
50-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
50+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
5151
with:
5252
node-version: "22"
5353

.github/workflows/docs_preview_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
extended: true
6363

6464
- name: Setup Node
65-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
65+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
6666
with:
6767
node-version: "22"
6868

0 commit comments

Comments
 (0)