diff --git a/.github/workflows/aws_tfhe_backward_compat_tests.yml b/.github/workflows/aws_tfhe_backward_compat_tests.yml index 2dadb7fdd..96fb3e190 100644 --- a/.github/workflows/aws_tfhe_backward_compat_tests.yml +++ b/.github/workflows/aws_tfhe_backward_compat_tests.yml @@ -80,7 +80,7 @@ jobs: - name: Retrieve data from cache id: retrieve-data-cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | utils/tfhe-backward-compat-data/**/*.cbor @@ -99,7 +99,7 @@ jobs: - name: Store data in cache if: steps.retrieve-data-cache.outputs.cache-hit != 'true' continue-on-error: true - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | utils/tfhe-backward-compat-data/**/*.cbor diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index daba12e96..c03b7860f 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -216,7 +216,7 @@ jobs: - name: Node cache restoration id: node-cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | ~/.nvm @@ -229,7 +229,7 @@ jobs: make install_node - name: Node cache save - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 if: steps.node-cache.outputs.cache-hit != 'true' with: path: | diff --git a/.github/workflows/aws_tfhe_wasm_tests.yml b/.github/workflows/aws_tfhe_wasm_tests.yml index 92a771778..8de0dcd50 100644 --- a/.github/workflows/aws_tfhe_wasm_tests.yml +++ b/.github/workflows/aws_tfhe_wasm_tests.yml @@ -78,7 +78,7 @@ jobs: - name: Node cache restoration id: node-cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | ~/.nvm @@ -91,7 +91,7 @@ jobs: make install_node - name: Node cache save - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 if: steps.node-cache.outputs.cache-hit != 'true' with: path: | diff --git a/.github/workflows/benchmark_wasm_client.yml b/.github/workflows/benchmark_wasm_client.yml index 3a72321ca..4279e7383 100644 --- a/.github/workflows/benchmark_wasm_client.yml +++ b/.github/workflows/benchmark_wasm_client.yml @@ -116,7 +116,7 @@ jobs: - name: Node cache restoration id: node-cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | ~/.nvm @@ -129,7 +129,7 @@ jobs: make install_node - name: Node cache save - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 if: steps.node-cache.outputs.cache-hit != 'true' with: path: |