From a0a56762b3bfacf5aa45e5d7481a90588a19163f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 06:13:27 +0000 Subject: [PATCH] chore(deps): Bump guidepup/setup-action Bumps the github-actions group with 1 update in the / directory: [guidepup/setup-action](https://github.com/guidepup/setup-action). Updates `guidepup/setup-action` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/guidepup/setup-action/releases) - [Commits](https://github.com/guidepup/setup-action/compare/5ab89fbb6641406f6f6c91057225f3fb397c2eea...5d19b1151e972898cae0f0cc44e239127953bd90) --- updated-dependencies: - dependency-name: guidepup/setup-action dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4f1afa..f44bd91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: cache: npm - run: npm install -g npm@^11.0.0 - run: npm ci - - uses: guidepup/setup-action@5ab89fbb6641406f6f6c91057225f3fb397c2eea + - uses: guidepup/setup-action@5d19b1151e972898cae0f0cc44e239127953bd90 - run: npm run test:guidepup guidepup-windows: name: Guidepup (Windows) @@ -47,5 +47,5 @@ jobs: cache: npm - run: npm install -g npm@^11.0.0 - run: npm ci - - uses: guidepup/setup-action@5ab89fbb6641406f6f6c91057225f3fb397c2eea + - uses: guidepup/setup-action@5d19b1151e972898cae0f0cc44e239127953bd90 - run: npm run test:guidepup