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