Skip to content

Commit a00343e

Browse files
chore(deps): update github actions (#2849)
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/cdf6c1fa76f9f475f3d7449005a359c84ca0f306..668228422ae6a00e4ad889ee87cd7109ec5666a7)) | action | digest | `cdf6c1f` → `6682284` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | → `34e1148` | | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | pinDigest | → `d3f86a1` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | pinDigest | → `49933ea` | | [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` | | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | pinDigest | → `a26af69` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | pinDigest | → `ea165f8` | | [cloudflare/wrangler-action](https://redirect.github.com/cloudflare/wrangler-action) | action | pinDigest | → `da0e0df` | | [peaceiris/actions-gh-pages](https://redirect.github.com/peaceiris/actions-gh-pages) | action | pinDigest | → `4f9cc66` | | [peaceiris/actions-hugo](https://redirect.github.com/peaceiris/actions-hugo) | action | pinDigest | → `75d2e84` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
1 parent 293a534 commit a00343e

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.github/workflows/cloudflare_sync.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
runs-on: ubuntu-latest
3232
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3535
with:
3636
ref: 'cloudflare-pages'
3737
- name: Cleanup
3838
run: |
3939
rm -rf .git
4040
- name: Cloudflare Deploy
41-
uses: cloudflare/wrangler-action@v3
41+
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3
4242
with:
4343
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4444
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/deploy_dev_docs_to_cf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
extended: true
5454

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

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

.github/workflows/deploy_previous_version_docs_to_cf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
hugo-version: "0.145.0"
8080
extended: true
81-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
81+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
8282
with:
8383
node-version: "22"
8484

@@ -101,7 +101,7 @@ jobs:
101101
working-directory: .hugo
102102

103103
- name: Deploy to cloudflare-pages
104-
uses: peaceiris/actions-gh-pages@v4
104+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
105105
with:
106106
github_token: ${{ secrets.GITHUB_TOKEN }}
107107
publish_dir: .hugo/public

.github/workflows/deploy_versioned_docs_to_cf.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_lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3838
with:
3939
python-version: '3.x'
4040

.github/workflows/docs_preview_build_cf.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ jobs:
3737
run:
3838
working-directory: .hugo
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4141
with:
4242
ref: ${{ env.HEAD_SHA }}
4343
fetch-depth: 0
4444

4545
- name: Setup Hugo
46-
uses: peaceiris/actions-hugo@v3
46+
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
4747
with:
4848
hugo-version: "0.145.0"
4949
extended: true
5050

5151
- name: Setup Node
52-
uses: actions/setup-node@v4
52+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5353
with:
5454
node-version: "22"
5555
cache: 'npm'
@@ -72,7 +72,7 @@ jobs:
7272
echo ${{ env.PR_NUMBER }} > ../artifact-payload/pr_number.txt
7373
7474
- name: Upload Artifact
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7676
with:
7777
name: cf-preview-data
7878
path: artifact-payload/

.github/workflows/docs_preview_deploy_cf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
cancel-in-progress: true
4646
steps:
4747
- name: Checkout base repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4949

5050
- name: Download Artifact
51-
uses: actions/download-artifact@v4
51+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5252
with:
5353
name: cf-preview-data
5454
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Deploy to Cloudflare Pages
7373
id: cf_deploy
74-
uses: cloudflare/wrangler-action@v3
74+
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3
7575
with:
7676
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
7777
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)