diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-16 16:32:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 16:32:39 +0900 |
| commit | e3a5a998d4b9bba198f5aaa267c0b5670f3f5e9b (patch) | |
| tree | e7ae8f4bddcd0d8ef979aa55799c2bf31a47b457 /.github/workflows | |
| parent | chore(deps): bump actions/github-script from 6.4.0 to 7.0.1 (#13311) (diff) | |
| download | misskey-e3a5a998d4b9bba198f5aaa267c0b5670f3f5e9b.tar.gz misskey-e3a5a998d4b9bba198f5aaa267c0b5670f3f5e9b.tar.bz2 misskey-e3a5a998d4b9bba198f5aaa267c0b5670f3f5e9b.zip | |
chore(deps): bump pnpm/action-setup from 2 to 3 (#13310)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v2.0.0...v3)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/storybook.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 096ac6d367..335372471b 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -34,7 +34,7 @@ jobs: echo "base=$(git rev-list --parents -n1 HEAD | cut -d" " -f2)" >> $GITHUB_OUTPUT git checkout $(git rev-list --parents -n1 HEAD | cut -d" " -f3) - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false |