Skip to content

Commit

Permalink
build(deps): bump pnpm/action-setup from 2.4.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.4.0 to 4.0.0.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v2.4.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 4a306ce commit b4e3933
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/argos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: "⤵️ Check out code from GitHub"
uses: actions/checkout@v4
- name: "📦 Setup pnpm"
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4.0.0
- name: "⎔ Setup node"
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
fetch-depth: 0
- name: "📦 Setup pnpm"
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4.0.0
- name: "⎔ Setup node"
uses: actions/[email protected]
with:
Expand All @@ -77,7 +77,7 @@ jobs:
with:
fetch-depth: 0
- name: "📦 Setup pnpm"
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4.0.0
- name: "⎔ Setup node"
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 0
- name: "📦 Setup pnpm"
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4.0.0
- name: "⎔ Setup node"
uses: actions/[email protected]
with:
Expand Down

0 comments on commit b4e3933

Please sign in to comment.