mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Use proper cache version
This commit is contained in:
@@ -31,7 +31,7 @@ runs:
|
|||||||
- name: Node Modules cache
|
- name: Node Modules cache
|
||||||
id: node-modules-cache
|
id: node-modules-cache
|
||||||
if: ${{ inputs.enable-node-modules-cache == 'true' }}
|
if: ${{ inputs.enable-node-modules-cache == 'true' }}
|
||||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: node-modules-cache
|
cache-name: node-modules-cache
|
||||||
with:
|
with:
|
||||||
@@ -43,7 +43,7 @@ runs:
|
|||||||
node_modules-${{ runner.os }}-build-
|
node_modules-${{ runner.os }}-build-
|
||||||
node_modules-${{ runner.os }}-
|
node_modules-${{ runner.os }}-
|
||||||
- name: pip cache
|
- name: pip cache
|
||||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
uses: actions/cache@v4
|
||||||
if: ${{ inputs.enable-cache == 'true' }}
|
if: ${{ inputs.enable-cache == 'true' }}
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/pip
|
path: ~/.cache/pip
|
||||||
|
|||||||
Reference in New Issue
Block a user