Skip to content

Commit

Permalink
version formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Jan 10, 2025
1 parent 370e2a3 commit 6be9df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 18.x

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4
with:
version: 8.15.9

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
node-version: 18.x

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4
with:
version: 8.15.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 18.x

- uses: pnpm/action-setup@4.0.0
- uses: pnpm/action-setup@v4
with:
version: 8.15.9

Expand Down

0 comments on commit 6be9df5

Please sign in to comment.