Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/deploy-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
- name: Setup pnpm (v5.0.0)
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
with:
run_install: |
args: [ --force ]
Expand All @@ -48,9 +49,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: pnpm

- name: Build and publish
- name: Build and publish storybook (v1.0.4)
id: build-publish
uses: bitovi/github-actions-storybook-to-github-pages@v1
uses: bitovi/github-actions-storybook-to-github-pages@ddd9d35f670cceedd2bfc444be681001b0709730
with:
checkout: false
path: storybook/storybook-static
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
- name: Setup pnpm (v5.0.0)
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
with:
run_install: |
args: [ --force ]
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
steps:
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
- name: Setup pnpm (v5.0.0)
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
with:
run_install: |
args: [ --force ]

- name: Set Node.js ${{ matrix.node-version }}
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
Expand Down Expand Up @@ -86,5 +87,5 @@ jobs:
# Download sdist and wheel from dist job
- uses: actions/download-artifact@v7
# Publish to PyPI using trusted publishing
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish to PyPI (v1.13.0)
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e