From c68f03929607e1b89d048b6206c063d5a46c8099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:13:34 +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.19.0 to 0.20.0 - [Release notes](https://github.com/guidepup/setup-action/releases) - [Commits](https://github.com/guidepup/setup-action/compare/4aa2ebd687ff687a31d7c17184beac3c606d64cd...5ab89fbb6641406f6f6c91057225f3fb397c2eea) --- updated-dependencies: - dependency-name: guidepup/setup-action dependency-version: 0.20.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 e3048c8..83327b8 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@4aa2ebd687ff687a31d7c17184beac3c606d64cd + - uses: guidepup/setup-action@5ab89fbb6641406f6f6c91057225f3fb397c2eea - 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@4aa2ebd687ff687a31d7c17184beac3c606d64cd + - uses: guidepup/setup-action@5ab89fbb6641406f6f6c91057225f3fb397c2eea - run: npm run test:guidepup