Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-kaushal committed Mar 3, 2023
1 parent 617009f commit 3c3d776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/composite-actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- name: Install dependencies
uses: pnpm/[email protected].2
uses: pnpm/[email protected].4
with:
version: 7

Expand All @@ -23,4 +23,4 @@ runs:
git config --global user.name "Shubham Kaushal"
- name: Install dependencies
shell: bash
run: pnpm install
run: pnpm install

0 comments on commit 3c3d776

Please sign in to comment.