Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 4ca1be7 commit 5b05386
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 5b05386

Please sign in to comment.