Skip to content

Commit

Permalink
Bump pnpm/action-setup from 2.2.4 to 2.4.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 720bc16 commit d5a3ddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🔧
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: ${{env.PNPM_VER}}

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
example: ${{fromJson(needs.build.outputs.matrix)}}
steps:
- name: Install pnpm 🔧
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: ${{env.PNPM_VER}}

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🔧
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: ${{env.PNPM_VER}}

Expand Down

0 comments on commit d5a3ddd

Please sign in to comment.