This is an automated email from the ASF dual-hosted git repository.
baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new b4841869f chore(deps): bump pnpm/action-setup from 4 to 5 (#3334)
b4841869f is described below
commit b4841869f4c8d7683e78b146b90e6ebc9891cb43
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 09:24:00 2026 +0800
chore(deps): bump pnpm/action-setup from 4 to 5 (#3334)
---
.github/workflows/e2e.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 9879e85a3..e3e66f617 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -45,7 +45,7 @@ jobs:
shell: bash
# ensure this in
https://github.com/apache/infrastructure-actions/blob/main/actions.yml
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v5
name: Install pnpm
with:
run_install: false