Skip to content

Commit

Permalink
Merge pull request #901 from daniel-ac-martin/renovate/pnpm-action-se…
Browse files Browse the repository at this point in the history
…tup-2.x

Update pnpm/action-setup action to v2.4.0
  • Loading branch information
daniel-ac-martin authored Feb 23, 2024
2 parents 87607dd + ff95707 commit e9a685b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
steps:

- name: Setup PNPM
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 7.33.6
run_install: false
Expand All @@ -34,7 +34,7 @@ runs:

- name: Pull dependencies
if: ${{ !inputs.frozen-lockfile || inputs.frozen-lockfile == 'false' }}
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 7.33.6
run_install: |
Expand All @@ -43,7 +43,7 @@ runs:
- name: Pull dependencies (frozen lock-file)
if: ${{ inputs.frozen-lockfile && inputs.frozen-lockfile != 'false' }}
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 7.33.6
run_install: true

1 comment on commit e9a685b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://not-gov.uk as production
🚀 Deployed on https://65d8d1a91450402d0490d7fc--notgovuk.netlify.app

Please sign in to comment.