From b9ac1072acefb851ec63aaa3cf8a677b36244a82 Mon Sep 17 00:00:00 2001 From: Curtis Dulmage Date: Wed, 31 Jul 2024 12:15:28 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20[GitHub]=20Update=20pnpm/a?= =?UTF-8?q?ction-setup=20(#87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7469ce4..97e55ae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: 🧰 Configure PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 - name: 🔧 Setup Node 20.x uses: actions/setup-node@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 93d90fb..974691c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: 🧰 Configure PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 - name: 🔧 Setup Node 20.x uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6897d5..ff16f91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: 🧰 Configure PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 - name: 🔧 Setup Node 20.x uses: actions/setup-node@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08bbdb2..1c832d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: 🧰 Configure PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 - name: 🔧 Setup Node 20.x uses: actions/setup-node@v4