Skip to content

Commit

Permalink
deps(dev): update pnpm/action-setup action to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent c2fe61d commit 1e38f71
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-climate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand Down

0 comments on commit 1e38f71

Please sign in to comment.