summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-09 17:05:25 +0900
committerGitHub <noreply@github.com>2024-02-09 17:05:25 +0900
commit37d83df075214df0c4933ce28546cc8a2a9b95a2 (patch)
tree65c8d510b0fb5d81157bdae8c19d1118b0ff40c1 /.github/workflows/lint.yml
parentperf(frontend): splash screenのdomが消えない場合があるのを修正 (diff)
downloadmisskey-37d83df075214df0c4933ce28546cc8a2a9b95a2.tar.gz
misskey-37d83df075214df0c4933ce28546cc8a2a9b95a2.tar.bz2
misskey-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/lint.yml')
-rw-r--r--.github/workflows/lint.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 86fca995d2..5c36547323 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0
submodules: true
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
@@ -54,7 +54,7 @@ jobs:
with:
fetch-depth: 0
submodules: true
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v3
with:
version: 7
run_install: false
@@ -80,7 +80,7 @@ jobs:
with:
fetch-depth: 0
submodules: true
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v3
with:
version: 7
run_install: false