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