mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Upgrade pnpm action version
This commit is contained in:
parent
1480c3b8fc
commit
f1ed668412
@ -26,7 +26,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Install dependencies",
|
||||
"uses": "pnpm/action-setup@v2.2.4",
|
||||
"uses": "pnpm/action-setup@v4",
|
||||
"with": {
|
||||
"version": "8.12.1",
|
||||
"run_install": true
|
||||
|
||||
@ -8,14 +8,14 @@
|
||||
"runs-on": "ubuntu-latest",
|
||||
"steps": [
|
||||
{
|
||||
"uses": "actions/checkout@v2",
|
||||
"uses": "actions/checkout@v3",
|
||||
"with": {
|
||||
"ref": "${{ github.event.pull_request.head.sha }}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Install dependencies",
|
||||
"uses": "pnpm/action-setup@v2.2.4",
|
||||
"uses": "pnpm/action-setup@v4",
|
||||
"with": {
|
||||
"version": "8.12.1",
|
||||
"run_install": true
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
git config --global core.autocrlf true
|
||||
git config --global core.safecrlf false
|
||||
- name: Install dependencies
|
||||
uses: pnpm/action-setup@v2.2.4
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 8.12.1
|
||||
run_install: true
|
||||
|
||||
4
.github/workflows/pull-request-check.yml
vendored
4
.github/workflows/pull-request-check.yml
vendored
@ -5,11 +5,11 @@ jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: Install dependencies
|
||||
uses: pnpm/action-setup@v2.2.4
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 8.12.1
|
||||
run_install: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user