Skip to content

Commit 732eaed

Browse files
chore(deps): update github actions (googleapis#2386)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) ([changelog](https://redirect.github.com/actions/cache/compare/8b402f58fbc84540c8b491a91e594a4576fec3d7..cdf6c1fa76f9f475f3d7449005a359c84ca0f306)) | action | digest | `8b402f5` → `cdf6c1f` | | [actions/checkout](https://redirect.github.com/actions/checkout) ([changelog](https://redirect.github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8..de0fac2e4500dabe0009e67214ff5f5447ce83dd)) | action | digest | `8e8c483` → `de0fac2` | --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent a2097ba commit 732eaed

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/deploy_dev_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
group: docs-deployment
4141
cancel-in-progress: false
4242
steps:
43-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4444
with:
4545
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
4646

@@ -56,7 +56,7 @@ jobs:
5656
node-version: "22"
5757

5858
- name: Cache dependencies
59-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
59+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
6060
with:
6161
path: ~/.npm
6262
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/deploy_previous_version_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030

3131
steps:
3232
- name: Checkout main branch (for latest templates and theme)
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
with:
3535
ref: 'main'
3636
submodules: 'recursive'
3737
fetch-depth: 0
3838

3939
- name: Checkout old content from tag into a temporary directory
40-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141
with:
4242
ref: ${{ github.event.inputs.version_tag }}
4343
path: 'old_version_source' # Checkout into a temp subdir

.github/workflows/deploy_versioned_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cancel-in-progress: false
3131
steps:
3232
- name: Checkout Code at Tag
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
with:
3535
ref: ${{ github.event.release.tag_name }}
3636

.github/workflows/docs_preview_clean.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
group: "preview-${{ github.event.number }}"
3535
cancel-in-progress: true
3636
steps:
37-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
37+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3838
with:
3939
ref: versioned-gh-pages
4040

.github/workflows/docs_preview_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
group: "preview-${{ github.event.number }}"
5050
cancel-in-progress: true
5151
steps:
52-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
52+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5353
with:
5454
# Checkout the PR's HEAD commit (supports forks).
5555
ref: ${{ github.event.pull_request.head.sha }}
@@ -67,7 +67,7 @@ jobs:
6767
node-version: "22"
6868

6969
- name: Cache dependencies
70-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
70+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
7171
with:
7272
path: ~/.npm
7373
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/link_checker_workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout Repository
25-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626

2727
- name: Restore lychee cache
28-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
28+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2929
with:
3030
path: .lycheecache
3131
key: cache-lychee-${{ github.sha }}

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3333

3434
- name: Wait for image in Artifact Registry
3535
shell: bash

0 commit comments

Comments
 (0)