From 84fbcfaf7d7df5963fd4ce738db04d0a9f9c5291 Mon Sep 17 00:00:00 2001 From: zbeyens Date: Wed, 10 Jul 2024 13:56:16 +0200 Subject: [PATCH] fix --- .github/workflows/ci-templates.yml | 2 +- .github/workflows/sync-templates.yml | 2 +- templates/plate-playground-template/.github/workflows/build.yml | 2 +- templates/plate-template/.github/workflows/build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-templates.yml b/.github/workflows/ci-templates.yml index 1c67296b08..8cc99f1135 100644 --- a/.github/workflows/ci-templates.yml +++ b/.github/workflows/ci-templates.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8.6.1 diff --git a/.github/workflows/sync-templates.yml b/.github/workflows/sync-templates.yml index 21c41d4428..7d2b9a66d8 100644 --- a/.github/workflows/sync-templates.yml +++ b/.github/workflows/sync-templates.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8.6.1 diff --git a/templates/plate-playground-template/.github/workflows/build.yml b/templates/plate-playground-template/.github/workflows/build.yml index 868e4ffdba..46463891a7 100644 --- a/templates/plate-playground-template/.github/workflows/build.yml +++ b/templates/plate-playground-template/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8.6.1 diff --git a/templates/plate-template/.github/workflows/build.yml b/templates/plate-template/.github/workflows/build.yml index 868e4ffdba..46463891a7 100644 --- a/templates/plate-template/.github/workflows/build.yml +++ b/templates/plate-template/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4 name: Install pnpm with: version: 8.6.1