From a570eba2775ef10a0a076d761d6a5ebf2ab13166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:09:41 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 44.5.6 to 44.5.7 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.6 to 44.5.7. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/6b2903bdce6310cfbddd87c418f253cf29b2dec9...c65cd883420fd2eb864698a825fc4162dd94482c) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/aws_tfhe_fast_tests.yml | 2 +- .github/workflows/aws_tfhe_tests.yml | 2 +- .github/workflows/code_coverage.yml | 2 +- .github/workflows/gpu_fast_h100_tests.yml | 2 +- .github/workflows/gpu_fast_tests.yml | 2 +- .github/workflows/gpu_full_multi_gpu_tests.yml | 2 +- .github/workflows/gpu_signed_integer_h100_tests.yml | 2 +- .github/workflows/gpu_signed_integer_tests.yml | 2 +- .github/workflows/gpu_unsigned_integer_h100_tests.yml | 2 +- .github/workflows/gpu_unsigned_integer_tests.yml | 2 +- .github/workflows/wasm_client_benchmark.yml | 2 +- .github/workflows/zk_pke_benchmark.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index d59dead032..200b6e0993 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -56,7 +56,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/aws_tfhe_tests.yml b/.github/workflows/aws_tfhe_tests.yml index 6b12c95958..c8c9d07264 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -63,7 +63,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index ca54515b79..264d9cf411 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -57,7 +57,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: files_yaml: | tfhe: diff --git a/.github/workflows/gpu_fast_h100_tests.yml b/.github/workflows/gpu_fast_h100_tests.yml index 0c34112332..bc21d218b3 100644 --- a/.github/workflows/gpu_fast_h100_tests.yml +++ b/.github/workflows/gpu_fast_h100_tests.yml @@ -34,7 +34,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/gpu_fast_tests.yml b/.github/workflows/gpu_fast_tests.yml index 60b982950f..cd45fe7cb4 100644 --- a/.github/workflows/gpu_fast_tests.yml +++ b/.github/workflows/gpu_fast_tests.yml @@ -33,7 +33,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/gpu_full_multi_gpu_tests.yml b/.github/workflows/gpu_full_multi_gpu_tests.yml index 2c5bc56900..5c57f0a597 100644 --- a/.github/workflows/gpu_full_multi_gpu_tests.yml +++ b/.github/workflows/gpu_full_multi_gpu_tests.yml @@ -34,7 +34,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/gpu_signed_integer_h100_tests.yml b/.github/workflows/gpu_signed_integer_h100_tests.yml index 4e19a19b89..dc32d2b2f3 100644 --- a/.github/workflows/gpu_signed_integer_h100_tests.yml +++ b/.github/workflows/gpu_signed_integer_h100_tests.yml @@ -34,7 +34,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/gpu_signed_integer_tests.yml b/.github/workflows/gpu_signed_integer_tests.yml index e9e73b95e4..a4efd3f67c 100644 --- a/.github/workflows/gpu_signed_integer_tests.yml +++ b/.github/workflows/gpu_signed_integer_tests.yml @@ -42,7 +42,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/gpu_unsigned_integer_h100_tests.yml b/.github/workflows/gpu_unsigned_integer_h100_tests.yml index 25796846a7..b727aa786c 100644 --- a/.github/workflows/gpu_unsigned_integer_h100_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_h100_tests.yml @@ -34,7 +34,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/gpu_unsigned_integer_tests.yml b/.github/workflows/gpu_unsigned_integer_tests.yml index 1b0286db48..e399a4fab7 100644 --- a/.github/workflows/gpu_unsigned_integer_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_tests.yml @@ -41,7 +41,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/wasm_client_benchmark.yml b/.github/workflows/wasm_client_benchmark.yml index d0e9049ca4..1c214d3b95 100644 --- a/.github/workflows/wasm_client_benchmark.yml +++ b/.github/workflows/wasm_client_benchmark.yml @@ -39,7 +39,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: | diff --git a/.github/workflows/zk_pke_benchmark.yml b/.github/workflows/zk_pke_benchmark.yml index e9b4961036..5a5c505456 100644 --- a/.github/workflows/zk_pke_benchmark.yml +++ b/.github/workflows/zk_pke_benchmark.yml @@ -36,7 +36,7 @@ jobs: - name: Check for file changes id: changed-files - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c with: since_last_remote_commit: true files_yaml: |