Skip to content

Commit

Permalink
Update pnpm/action-setup action to v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 15, 2022
1 parent 173b59b commit 1e6c5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6
run_install: "true"
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6
run_install: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
ref: ${{ github.event.inputs.ref }}
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6
run_install: "true"
Expand Down

0 comments on commit 1e6c5ff

Please sign in to comment.