Skip to content

Commit

Permalink
Merge pull request #2927 from truenas/pnpm-30
Browse files Browse the repository at this point in the history
(3.0) Update pnpm action to v4 for external contrib workflow
  • Loading branch information
DjP-iX authored Jul 22, 2024
2 parents e70096c + 647f811 commit d220812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-external-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4
with:
version: 6.0.2
version: latest

- name: Setup Hugo
uses: peaceiris/[email protected]
Expand Down

0 comments on commit d220812

Please sign in to comment.