Skip to content

Commit 7d24dab

Browse files
chore(deps): update github actions (#3026)
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/668228422ae6a00e4ad889ee87cd7109ec5666a7..27d5ce7f107fe9357f9df03efb73ab90386fccae)) | action | digest | `6682284` → `27d5ce7` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) ([changelog](https://redirect.github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f..043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)) | action | digest | `bbbca2d` → `043fb46` | | [cloudflare/wrangler-action](https://redirect.github.com/cloudflare/wrangler-action) ([changelog](https://redirect.github.com/cloudflare/wrangler-action/compare/da0e0dfe58b7a431659754fdf3f186c529afbe65..9acf94ace14e7dc412b076f2c5c20b8ce93c79cd)) | action | digest | `da0e0df` → `9acf94a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/363) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - 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/mcp-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
1 parent f6391be commit 7d24dab

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cloudflare_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
rm -rf .git
4141
- name: Cloudflare Deploy
42-
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3
42+
uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3
4343
with:
4444
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4545
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/deploy_dev_docs_to_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
node-version: "22"
5959

6060
- name: Cache dependencies
61-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
61+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
6262
with:
6363
path: ~/.npm
6464
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/docs_preview_build_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo ${{ env.PR_NUMBER }} > ../artifact-payload/pr_number.txt
7575
7676
- name: Upload Artifact
77-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
77+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
7878
with:
7979
name: cf-preview-data
8080
path: artifact-payload/

.github/workflows/docs_preview_deploy_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Deploy to Cloudflare Pages
7373
id: cf_deploy
74-
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3
74+
uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3
7575
with:
7676
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
7777
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/link_checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Restore lychee cache
5656
if: steps.changed-files.outputs.HAS_CHANGES == 'true'
57-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
57+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5858
with:
5959
path: .lycheecache
6060
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)