This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 8066c7301 ci: pin pnpm setup to ASF-approved commit
8066c7301 is described below
commit 8066c73010ea5a08737f271dc5aea8245f18ebb9
Author: JingsongLi <[email protected]>
AuthorDate: Fri Sep 11 10:12:38 2026 +0800
ci: pin pnpm setup to ASF-approved commit
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b824a0103..0e3c0e287 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
java-version: 1.8
- name: Set up pnpm v9
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 #
v6.1.0
with:
version: 9
run_install: false