From 8ff73f7d735551b70d334e1880d506a1ebc69deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:18:45 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.3 to 4.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...0400d5f644dc74513175e3cd8d07132dd4860809) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/aws_tfhe_backward_compat_tests.yml | 4 ++-- .github/workflows/aws_tfhe_fast_tests.yml | 4 ++-- .github/workflows/aws_tfhe_wasm_tests.yml | 4 ++-- .github/workflows/benchmark_wasm_client.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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: |