diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-09 17:05:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 17:05:25 +0900 |
| commit | 37d83df075214df0c4933ce28546cc8a2a9b95a2 (patch) | |
| tree | 65c8d510b0fb5d81157bdae8c19d1118b0ff40c1 /.github/workflows/get-api-diff.yml | |
| parent | perf(frontend): splash screenのdomが消えない場合があるのを修正 (diff) | |
| download | sharkey-37d83df075214df0c4933ce28546cc8a2a9b95a2.tar.gz sharkey-37d83df075214df0c4933ce28546cc8a2a9b95a2.tar.bz2 sharkey-37d83df075214df0c4933ce28546cc8a2a9b95a2.zip | |
chore(deps): bump pnpm/action-setup from 2 to 3 (#13215)
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...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/get-api-diff.yml')
| -rw-r--r-- | .github/workflows/get-api-diff.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml index bf92e701b2..3f229c77a6 100644 --- a/.github/workflows/get-api-diff.yml +++ b/.github/workflows/get-api-diff.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ matrix.ref }} submodules: true - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false |