Skip to content

Commit

Permalink
fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 9, 2024
1 parent 16ee2ec commit e1c2021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8.11.0

Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8.11.0

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8.11.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: ${{ github.event.release.target_commitish }}

- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8.11.0

Expand Down

0 comments on commit e1c2021

Please sign in to comment.