Changed custom actions cache version to 3.0.2 (#13388)

We use github actions cache to store jobstate for the previous runs. The default cache is invalidated incase the job fails. To support rerunning only failed tests, we use custom cache martijnhols/actions-cache@v3. Recently new changes into custome cache broke our workflow https://github.com/MartijnHols/actions-cache.

Co-authored-by: Yatin <yatin.chaubal@gmail.com>
This commit is contained in:
yatinappsmith 2022-04-28 10:23:40 +05:30 committed by GitHub
parent 02d4af3ed7
commit 234fd33229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -459,7 +459,7 @@ jobs:
# In case this is second attempt try restoring status of the prior attempt from cache
- name: Restore the previous run result
uses: martijnhols/actions-cache@v3
uses: martijnhols/actions-cache@v3.0.2
with:
path: |
~/run_result

View File

@ -471,7 +471,7 @@ jobs:
# In case this is second attempt try restoring status of the prior attempt from cache
- name: Restore the previous run result
uses: martijnhols/actions-cache@v3
uses: martijnhols/actions-cache@v3.0.2
with:
path: |
~/run_result
@ -806,7 +806,7 @@ jobs:
# In case this is second attempt try restoring status of the prior attempt from cache
- name: Restore the previous run result
uses: martijnhols/actions-cache@v3
uses: martijnhols/actions-cache@v3.0.2
with:
path: |
~/run_result

View File

@ -446,7 +446,7 @@ jobs:
# In case this is second attempt try restoring status of the prior attempt from cache
- name: Restore the previous run result
uses: martijnhols/actions-cache@v3
uses: martijnhols/actions-cache@v3.0.2
with:
path: |
~/run_result
@ -785,7 +785,7 @@ jobs:
# In case this is second attempt try restoring status of the prior attempt from cache
- name: Restore the previous run result
uses: martijnhols/actions-cache@v3
uses: martijnhols/actions-cache@v3.0.2
with:
path: |
~/run_result

View File

@ -455,7 +455,7 @@ jobs:
# In case this is second attempt try restoring status of the prior attempt from cache
- name: Restore the previous run result
uses: martijnhols/actions-cache@v3
uses: martijnhols/actions-cache@v3.0.2
with:
path: |
~/run_result
@ -829,7 +829,7 @@ jobs:
# In case this is second attempt try restoring status of the prior attempt from cache
- name: Restore the previous run result
uses: martijnhols/actions-cache@v3
uses: martijnhols/actions-cache@v3.0.2
with:
path: |
~/run_result