Skip to content

Commit

Permalink
Merge branch 'main' of github.com:magicdawn/bilibili-app-recommend
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed May 8, 2024
2 parents 4127273 + 2cb1931 commit ce1af6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with: { version: 9 }

- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with: { version: 9 }

- uses: actions/setup-node@v4
Expand Down

0 comments on commit ce1af6a

Please sign in to comment.