From 173ea84d92324d2e17bc4f4a8188fcbc4e9d46a5 Mon Sep 17 00:00:00 2001 From: Jonathan Cammisuli Date: Thu, 25 Jul 2024 11:58:37 -0400 Subject: [PATCH] chore(repo): update nx agents to use v4 of cache and checkout (#27122) ## Current Behavior agents.yaml are currently using a pinned version of v3.6 ## Expected Behavior agents.yaml are using v4 of the workflow steps ## Related Issue(s) Fixes # --- .nx/workflows/agents.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index 2bbfbd1cff..f36006b16a 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -11,9 +11,9 @@ launch-templates: NPM_CONFIG_PREFIX: '/home/workflows/.npm-global' init-steps: - name: Checkout - uses: 'nrwl/nx-cloud-workflows/v3.6/workflow-steps/checkout/main.yaml' + uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/checkout/main.yaml' - name: Cache restore - uses: 'nrwl/nx-cloud-workflows/v3.6/workflow-steps/cache/main.yaml' + uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/cache/main.yaml' env: KEY: 'pnpm-lock.yaml' PATHS: |