Skip to content

Commit

Permalink
chore(deps): 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 Nov 20, 2022
1 parent 5abd8fa commit 0a44404
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
if: ${{ matrix.settings.setup }}
shell: bash

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.4
with:
version: ${{ env.PNPM_VERSION }}
run_install: |
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
path: ~/.pnpm-store
key: npm-cache-test-${{ matrix.settings.target }}-${{ matrix.node }}-${{ hashFiles('pnpm-lock.yaml') }}

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.4
with:
version: ${{ env.PNPM_VERSION }}
run_install: |
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
path: ~/.pnpm-store
key: npm-cache-test-linux-x64-gnu-${{ matrix.node }}-${{ hashFiles('pnpm-lock.yaml') }}

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.4
with:
version: ${{ env.PNPM_VERSION }}
run_install: |
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
path: ~/.pnpm-store
key: npm-cache-test-x86_64-unknown-linux-musl-${{ matrix.node }}-${{ hashFiles('pnpm-lock.yaml') }}

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.4
with:
version: ${{ env.PNPM_VERSION }}
run_install: |
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
restore-keys: |
npm-cache
- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.4
with:
version: ${{ env.PNPM_VERSION }}
run_install: |
Expand Down

0 comments on commit 0a44404

Please sign in to comment.