Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.2.2 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 6, 2022
1 parent f1e9e1b commit e77bb42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v2.2.2
with:
version: 6
- name: Install Node.js
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v2.2.2
with:
version: 6
- name: Install Node.js
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v2.2.2
with:
version: 6
- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v2.2.2
with:
version: 6
- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v2.2.2
with:
version: 6
- name: Install Node.js
Expand Down

0 comments on commit e77bb42

Please sign in to comment.