Skip to content

Commit 1b57462

Browse files
ci: bump the actions group with 2 updates
Bumps the actions group with 2 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `pnpm/action-setup` from 4 to 5 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4...v5) Updates `dorny/test-reporter` from 2 to 3 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v2...v3) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 783ba4e commit 1b57462

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/qa-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Install pnpm
28-
uses: pnpm/action-setup@v4
28+
uses: pnpm/action-setup@v5
2929

3030
- name: Setup Node
3131
uses: actions/setup-node@v6

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
# 测试图形化报告
4747
- name: Publish Test Report
48-
uses: dorny/test-reporter@v2
48+
uses: dorny/test-reporter@v3
4949
if: always() || failure()
5050
with:
5151
name: Pester Tests (${{ matrix.os }})
@@ -65,7 +65,7 @@ jobs:
6565

6666
# 1. 安装 pnpm
6767
- name: Install pnpm
68-
uses: pnpm/action-setup@v4
68+
uses: pnpm/action-setup@v5
6969

7070
# 2. 安装 Node 并开启 pnpm 缓存 (这是 Monorepo 速度的关键)
7171
- name: Setup Node
@@ -89,7 +89,7 @@ jobs:
8989
9090
# 5. 上传 Vitest 报告
9191
- name: Report Vitest
92-
uses: dorny/test-reporter@v2
92+
uses: dorny/test-reporter@v3
9393
if: success() || failure()
9494
with:
9595
name: Vitest Results

0 commit comments

Comments
 (0)