Skip to content

Commit

Permalink
chore: update pnpm action (#70)
Browse files Browse the repository at this point in the history
Update main.yml to use the latest version of the pnpm/action-setup action
  • Loading branch information
andershagbard authored Jul 23, 2024
1 parent ce93ab7 commit 8f6cff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v3
with:
cache: pnpm
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v3
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v3
with:
cache: pnpm
Expand All @@ -80,7 +80,7 @@ jobs:
# Need to fetch entire commit history to
# analyze every commit since last release
fetch-depth: 0
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v3
with:
cache: pnpm
Expand Down

0 comments on commit 8f6cff1

Please sign in to comment.