From f50bb31dec83b94faba8709c98fee595319bdaf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:15:00 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `actions/dependency-review-action` from 4 to 5 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v4...v5) Updates `pnpm/action-setup` from 5 to 6 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-review.yml | 2 +- .github/workflows/node.js.yml | 2 +- .github/workflows/size-limit.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 3ea91b4..222041e 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,4 +17,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v6 - name: 'Dependency Review' - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c7d4430..7360af4 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Use pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - run: pnpm install --no-frozen-lockfile - run: pnpm lint - run: pnpm test diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index 139827a..a48d800 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Use pnpm and install dependencies - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - run: pnpm install --no-frozen-lockfile