Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.2.4 (#841)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 8, 2023
1 parent b71e957 commit 1066357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.2.4
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.2.4
name: Install pnpm
id: pnpm-install
with:
Expand Down

0 comments on commit 1066357

Please sign in to comment.