From 6e679b23ab4514db635744e7c3d66a42321ef69a Mon Sep 17 00:00:00 2001 From: Filip Joelsson Date: Mon, 5 Aug 2024 16:11:53 +0200 Subject: [PATCH] fix: also bump version of pnpm/apction-setuup in git workflow --- .github/workflows/test-nuxt3.yml | 2 +- .github/workflows/test-svelte4.yml | 2 +- .github/workflows/test-vue3.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-nuxt3.yml b/.github/workflows/test-nuxt3.yml index 8133099c..41e50486 100644 --- a/.github/workflows/test-nuxt3.yml +++ b/.github/workflows/test-nuxt3.yml @@ -30,7 +30,7 @@ jobs: node-version: 20 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.15.9 diff --git a/.github/workflows/test-svelte4.yml b/.github/workflows/test-svelte4.yml index 563d212a..12b53a81 100644 --- a/.github/workflows/test-svelte4.yml +++ b/.github/workflows/test-svelte4.yml @@ -30,7 +30,7 @@ jobs: node-version: 20 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.15.9 diff --git a/.github/workflows/test-vue3.yml b/.github/workflows/test-vue3.yml index 5c55a2ba..ec28380a 100644 --- a/.github/workflows/test-vue3.yml +++ b/.github/workflows/test-vue3.yml @@ -86,7 +86,7 @@ jobs: node-version: 20 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.15.9 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 781264e8..58d69460 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: node-version: 20 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.15.9