From 7f2c379f9838297c20cc8db57a0e1652df600dff Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sun, 29 May 2022 00:18:22 +0200 Subject: ci: update to pnpm/action-setup@v2.2.2 (#1019) --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46972d58..a1691afe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.2.2 with: version: 7 @@ -59,7 +59,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.2.2 with: version: 7 @@ -85,7 +85,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.2.2 with: version: 7 @@ -116,7 +116,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.2.2 with: version: 7 @@ -144,7 +144,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.2.2 with: version: 7 @@ -172,7 +172,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.2.2 with: version: 7 -- cgit v1.2.3