From 55381b4b94e70efe28ae378398ae83aab6d9ec7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:32:35 +0000 Subject: [PATCH] build(deps): Bump hpehl/depup from 1 to 2 Bumps [hpehl/depup](https://github.com/hpehl/depup) from 1 to 2. - [Release notes](https://github.com/hpehl/depup/releases) - [Changelog](https://github.com/hpehl/depup/blob/main/CHANGELOG.md) - [Commits](https://github.com/hpehl/depup/compare/v1...v2) --- updated-dependencies: - dependency-name: hpehl/depup dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/depup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/depup.yml b/.github/workflows/depup.yml index 3dc62ca5a..52a751a3b 100644 --- a/.github/workflows/depup.yml +++ b/.github/workflows/depup.yml @@ -17,6 +17,6 @@ jobs: with: node-version: "lts/*" - uses: pnpm/action-setup@v6 - - uses: hpehl/depup@v1 + - uses: hpehl/depup@v2 with: stable: true