From 20b1366a2ab88425fb483491b93801740f9b2874 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Thu, 4 Jul 2024 14:10:22 +0200 Subject: [PATCH] use latest pnpm setup action --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ecaf0fdb7..eb188ce202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: registry-url: "https://registry.npmjs.org" - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@v4 with: registry-url: "https://registry.npmjs.org" - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -70,7 +70,7 @@ jobs: - uses: actions/setup-node@v4 with: registry-url: "https://registry.npmjs.org" - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -99,7 +99,7 @@ jobs: - uses: actions/setup-node@v4 with: registry-url: "https://registry.npmjs.org" - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9 @@ -126,7 +126,7 @@ jobs: - uses: actions/setup-node@v4 with: registry-url: "https://registry.npmjs.org" - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 9