Skip to content

Commit

Permalink
chore(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0 (#304)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 77c13b4 commit e5a9e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
node-version: 21
- name: Install PNPM
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
id: pnpm-install
with:
version: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 21
- name: Install PNPM
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
id: pnpm-install
with:
version: 8
Expand Down

0 comments on commit e5a9e87

Please sign in to comment.