From 59e67fa19cca49c0de9451c478f4f9b2883d1076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:29:47 +0000 Subject: [PATCH] chore(ci): bump tj-actions/changed-files from 45.0.1 to 45.0.3 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.1 to 45.0.3. - [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/e9772d140489982e0e3704fea5ee93d536f1e275...c3a1bb2c992d77180ae65be6ae6c166cf40f857c) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../compiler_publish_docker_images.yml | 4 +-- .github/workflows/main.yml | 28 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/compiler_publish_docker_images.yml b/.github/workflows/compiler_publish_docker_images.yml index 86b78b015a..984b92253f 100644 --- a/.github/workflows/compiler_publish_docker_images.yml +++ b/.github/workflows/compiler_publish_docker_images.yml @@ -93,7 +93,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v44.5.24 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v44.5.24 - name: Login id: login @@ -132,7 +132,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v44.5.24 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v44.5.24 - name: Login id: login diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41b88c5142..fa969ff4c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,13 +46,13 @@ jobs: - name: Get changed files in the concrete-compiler directory id: compiler - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./compilers/concrete-compiler/** - name: Get changed files for concrete-optimizer id: optimizer - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: | ./tools/parameter-curves/concrete-security-curves-rust/** @@ -61,43 +61,43 @@ jobs: - name: Get changed files in the concrete-cpu directory id: concrete-cpu - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./backends/concrete-cpu/implementation/** - name: Get changed files in the concrete-python directory id: concrete-python - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./frontends/concrete-python/** - name: Check if compiler_build_and_test_cpu workflow has changed id: concrete-compiler-cpu-workflow - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./.github/workflows/compiler_build_and_test_cpu.yml - name: Check if compiler_build_and_test_gpu workflow has changed id: concrete-compiler-gpu-workflow - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./.github/workflows/compiler_build_and_test_gpu.yml - name: Check if compiler_format_and_linting.yml workflow has changed id: concrete-compiler-format-and-linting-workflow - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./.github/workflows/compiler_format_and_linting.yml - name: Check if compiler_macos_build_and_test workflow has changed id: concrete-compiler-macos-workflow - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./.github/workflows/compiler_macos_build_and_test.yml - name: Check if compiler_publish_docker_images workflow has changed id: concrete-compiler-docker-images-workflow - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: | ./.github/workflows/compiler_publish_docker_images.yml @@ -105,31 +105,31 @@ jobs: - name: Check if concrete_cpu_test workflow has changed id: concrete-cpu-workflow - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./.github/workflows/concrete_cpu_test.yml - name: Check if concrete_python_checks workflow has changed id: concrete-python-workflow - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./.github/workflows/concrete_python_checks.yml - name: Check if optimizer workflow has changed id: concrete-optimizer-workflow - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./.github/workflows/optimizer.yml - name: Get changed files in the concrete-cpu directory id: concrete-cpu-api - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./backends/concrete-cpu/implementation/include/** - name: Get changed files in the concrete-cuda directory id: concrete-cuda-api - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ./backends/concrete-cuda/implementation/include/**