This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 0ae3e7526 Bump pnpm/action-setup from 4 to 6 (#852)
0ae3e7526 is described below
commit 0ae3e7526138794b6243b44d50777e2bb5579ec0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 14:28:17 2026 +0800
Bump pnpm/action-setup from 4 to 6 (#852)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v4...v6)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/site-build.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/site-build.yaml
b/.github/workflows/site-build.yaml
index 729851fc0..2154cb702 100644
--- a/.github/workflows/site-build.yaml
+++ b/.github/workflows/site-build.yaml
@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v7
- name: Install pnpm
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v6
with:
package_json_file: 'package.json'
run_install: true
@@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v7
- name: Install pnpm
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v6
with:
package_json_file: 'package.json'
run_install: true