Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.4.0 (#37)
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] authored Oct 2, 2023
1 parent 7570e62 commit 1131cfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install PNPM
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4

- name: Install PNPM
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v4

- name: Install PNPM
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down

0 comments on commit 1131cfd

Please sign in to comment.