Skip to content

Commit

Permalink
Merge pull request #246 from depot/dependabot/github_actions/pnpm/act…
Browse files Browse the repository at this point in the history
…ion-setup-3.0.0

build(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0
  • Loading branch information
jacobwgillespie authored Feb 12, 2024
2 parents ce4ccff + fa32dd5 commit 6f18158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: true

- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: 8.x.x

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
cache: true

- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: 8.x.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: true

- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: 8.x.x

Expand Down

0 comments on commit 6f18158

Please sign in to comment.