From c8cd6ebd4d7f2a6ee0e1667b24379f97a4856fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 06:17:33 +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.18.0 to 0.19.0 - [Release notes](https://github.com/guidepup/setup-action/releases) - [Commits](https://github.com/guidepup/setup-action/compare/eefb29916eda6dfda810adc0ac72faea006dbba6...4aa2ebd687ff687a31d7c17184beac3c606d64cd) --- updated-dependencies: - dependency-name: guidepup/setup-action dependency-version: 0.19.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 fc6b4f6..3aa14a1 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@eefb29916eda6dfda810adc0ac72faea006dbba6 + - uses: guidepup/setup-action@4aa2ebd687ff687a31d7c17184beac3c606d64cd - 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@eefb29916eda6dfda810adc0ac72faea006dbba6 + - uses: guidepup/setup-action@4aa2ebd687ff687a31d7c17184beac3c606d64cd - run: npm run test:guidepup