diff --git a/.github/workflows/TestReuseActions.yml b/.github/workflows/TestReuseActions.yml index 6a895c3213..91552700ea 100644 --- a/.github/workflows/TestReuseActions.yml +++ b/.github/workflows/TestReuseActions.yml @@ -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 diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index ce614b761e..c2cfda72fa 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -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 diff --git a/.github/workflows/test-build-docker-image-fat.yml b/.github/workflows/test-build-docker-image-fat.yml index e246704e26..737c8d5f60 100644 --- a/.github/workflows/test-build-docker-image-fat.yml +++ b/.github/workflows/test-build-docker-image-fat.yml @@ -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 diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index d63ac1321d..2df7952157 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -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