Skip to content

Commit

Permalink
Merge pull request #97 from amitsingh-007/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ependabot-updates/pnpm/action-setup-4
  • Loading branch information
amitsingh-007 authored May 13, 2024
2 parents 1ac954b + e62619e commit 0a0056a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8

Expand Down

0 comments on commit 0a0056a

Please sign in to comment.