Skip to content

Commit

Permalink
Merge pull request #138 from perxhealth/dependabot/github_actions/per…
Browse files Browse the repository at this point in the history
…xhealth/setup-pnpm-action-3

Bump perxhealth/setup-pnpm-action from 2 to 3
  • Loading branch information
lukerollans authored Mar 15, 2024
2 parents 38a99aa + 7276636 commit b282bef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: versions

- name: Node setup
uses: perxhealth/setup-pnpm-action@v2
uses: perxhealth/setup-pnpm-action@v3
with:
node-version: ${{ steps.versions.outputs.nodejs_version }}
pnpm-version: ${{ steps.versions.outputs.pnpm_version }}
Expand All @@ -40,7 +40,7 @@ jobs:
id: versions

- name: Node setup
uses: perxhealth/setup-pnpm-action@v2
uses: perxhealth/setup-pnpm-action@v3
with:
node-version: ${{ steps.versions.outputs.nodejs_version }}
pnpm-version: ${{ steps.versions.outputs.pnpm_version }}
Expand All @@ -61,7 +61,7 @@ jobs:
id: versions

- name: Node setup
uses: perxhealth/setup-pnpm-action@v2
uses: perxhealth/setup-pnpm-action@v3
with:
node-version: ${{ steps.versions.outputs.nodejs_version }}
pnpm-version: ${{ steps.versions.outputs.pnpm_version }}
Expand All @@ -82,7 +82,7 @@ jobs:
id: versions

- name: Node setup
uses: perxhealth/setup-pnpm-action@v2
uses: perxhealth/setup-pnpm-action@v3
with:
node-version: ${{ steps.versions.outputs.nodejs_version }}
pnpm-version: ${{ steps.versions.outputs.pnpm_version }}
Expand Down

0 comments on commit b282bef

Please sign in to comment.