This is an automated email from the ASF dual-hosted git repository.
bengbengbalabalabeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new 0caeeb10 chore: update pnpm/action-setup to specific commit (#1030)
0caeeb10 is described below
commit 0caeeb10087c2b5d1eea77b59f6db9aad05ca4f8
Author: DeleiGuo <[email protected]>
AuthorDate: Sat Aug 22 18:53:10 2026 +0800
chore: update pnpm/action-setup to specific commit (#1030)
---
.github/workflows/ci-docs.yml | 2 +-
.github/workflows/deploy-docs.yml | 2 +-
.github/workflows/preview-docs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml
index 43ef600a..bf49a2e6 100644
--- a/.github/workflows/ci-docs.yml
+++ b/.github/workflows/ci-docs.yml
@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup pnpm
- uses: pnpm/action-setup@v6
+ uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86
with:
version: 11
run_install: false
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index 02841e6b..f134b8a4 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -30,7 +30,7 @@ jobs:
with:
fetch-depth: 0
- - uses: pnpm/action-setup@v6
+ - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86
with:
version: 11
run_install: false
diff --git a/.github/workflows/preview-docs.yml
b/.github/workflows/preview-docs.yml
index b5292a65..b7fd3d78 100644
--- a/.github/workflows/preview-docs.yml
+++ b/.github/workflows/preview-docs.yml
@@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup pnpm
- uses: pnpm/action-setup@v6
+ uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86
with:
version: 11
run_install: false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]