Skip to content

Commit

Permalink
Upgrade: Bump pnpm/action-setup from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jonnitto committed Feb 17, 2025
1 parent 2c1ba7f commit a1daba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cp -n RootFiles/TailwindCSS3/{*,.*} ./ || true
cp -R {Lib,defaults.yaml,*.mjs,*.cjs} Build/Carbon.Pipeline/
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0
with:
version: latest
- name: Setup node
Expand Down

0 comments on commit a1daba3

Please sign in to comment.