From 9b91b1289b01ffa909b98b015155270879321236 Mon Sep 17 00:00:00 2001 From: Ruslan Hrabovyi Date: Sun, 29 Sep 2024 23:29:35 +0200 Subject: [PATCH] try upgrading pnpm/action-setup to the current latest --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dc46414..8e00d7f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: node-version: 14.x - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.1 with: version: 7.29.3 run_install: false @@ -61,7 +61,7 @@ jobs: with: node-version: 14.x - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.1 with: version: 7.29.3 run_install: false @@ -90,7 +90,7 @@ jobs: with: node-version: 14.x - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.1 with: version: 7.29.3 run_install: false @@ -128,7 +128,7 @@ jobs: with: node-version: 14.x - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.1 with: version: 7.29.3 run_install: false