Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Jul 18, 2024
1 parent 920a6e5 commit d86fc16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 16

- name: Install pnpm
- uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node-version: 16

- name: Install pnpm
- uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 16

- name: Install pnpm
- uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
Expand Down

0 comments on commit d86fc16

Please sign in to comment.