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 and jo3-l committed Oct 3, 2023
1 parent f8aab53 commit 0d84b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-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 0d84b71

Please sign in to comment.