From d63aec44bb4d4c39a3d63879a821875084f8dfd0 Mon Sep 17 00:00:00 2001 From: Paul Rastoin <45004772+prastoin@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:02:29 +0100 Subject: [PATCH] [CI] Yarn install composite action remove `--immutable-cache` (#9641) --- .github/workflows/actions/yarn-install/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/yarn-install/action.yaml b/.github/workflows/actions/yarn-install/action.yaml index 0aff7fe55..3cdef5493 100644 --- a/.github/workflows/actions/yarn-install/action.yaml +++ b/.github/workflows/actions/yarn-install/action.yaml @@ -33,7 +33,7 @@ runs: shell: ${{ steps.globals.outputs.ACTION_SHELL }} run: | yarn config set enableHardenedMode true - yarn --immutable --immutable-cache --check-cache + yarn --immutable --check-cache - name: Save cache if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' && steps.cache-node-modules.outputs.cache-matched-key == '' }} uses: actions/cache/save@v4