reverted action version

This commit is contained in:
Marco Carrozzo
2023-01-19 10:32:55 +01:00
parent 39cc971d4e
commit 9ef7285324
+2 -2
View File
@@ -27,7 +27,7 @@ runs:
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json
- name: get latest tag sha - name: get latest tag sha
id: tag-sha id: tag-sha
uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@master uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@v1.29.0
# CACHE # CACHE
- name: Node cache - name: Node cache
id: node-cache id: node-cache
@@ -52,7 +52,7 @@ runs:
with: with:
path: | path: |
node_modules node_modules
key: .npm-${{ github.ref_name }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}-${{ steps.tag-sha.outputs.tag_sha }} key: .npm-${{ github.ref_name }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}-${{ steps.tag-sha.outputs.tag_long_sha }}
restore-keys: | restore-keys: |
node_modules-${{ github.ref_name }}-build-${{ env.cache-name }}- node_modules-${{ github.ref_name }}-build-${{ env.cache-name }}-
node_modules-${{ github.ref_name }}-build- node_modules-${{ github.ref_name }}-build-