From a45216d5fa723c593ce44de5621bd8613899a20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20G=C3=B3mez=20Sibecas?= Date: Sat, 7 Sep 2024 21:39:51 -0300 Subject: [PATCH] feat(core): update github action pnpm version --- .../ci-workflow/__snapshots__/ci-workflow.spec.ts.snap | 8 ++++---- .../.github/workflows/__workflowFileName__.yml__tmpl__ | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/workspace/src/generators/ci-workflow/__snapshots__/ci-workflow.spec.ts.snap b/packages/workspace/src/generators/ci-workflow/__snapshots__/ci-workflow.spec.ts.snap index 0f11982f8acf0..c997a1c33a9e9 100644 --- a/packages/workspace/src/generators/ci-workflow/__snapshots__/ci-workflow.spec.ts.snap +++ b/packages/workspace/src/generators/ci-workflow/__snapshots__/ci-workflow.spec.ts.snap @@ -916,7 +916,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 # This enables task distribution via Nx Cloud # Run this command as early as possible, before dependencies are installed @@ -962,7 +962,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 # This enables task distribution via Nx Cloud # Run this command as early as possible, before dependencies are installed @@ -2208,7 +2208,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 # This enables task distribution via Nx Cloud # Run this command as early as possible, before dependencies are installed @@ -2255,7 +2255,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 # This enables task distribution via Nx Cloud # Run this command as early as possible, before dependencies are installed diff --git a/packages/workspace/src/generators/ci-workflow/files/github/.github/workflows/__workflowFileName__.yml__tmpl__ b/packages/workspace/src/generators/ci-workflow/files/github/.github/workflows/__workflowFileName__.yml__tmpl__ index 77226ab4a0ea0..15856e1733e52 100644 --- a/packages/workspace/src/generators/ci-workflow/files/github/.github/workflows/__workflowFileName__.yml__tmpl__ +++ b/packages/workspace/src/generators/ci-workflow/files/github/.github/workflows/__workflowFileName__.yml__tmpl__ @@ -20,7 +20,7 @@ jobs: <% if(packageManager == 'pnpm'){ %> - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 <% } %> <% if(packageManager == 'bun'){ %> - uses: oven-sh/setup-bun@v1