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
- name: get latest 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
- name: Node cache
id: node-cache
@@ -52,7 +52,7 @@ runs:
with:
path: |
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: |
node_modules-${{ github.ref_name }}-build-${{ env.cache-name }}-
node_modules-${{ github.ref_name }}-build-