diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/pr.yml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1af3f90..b2a4b87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -90,7 +90,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -121,7 +121,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -149,7 +149,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -177,7 +177,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index db65a938..4bf47cfc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 |
