Skip to content

Commit

Permalink
chore(ci): bump tj-actions/changed-files from 44.5.2 to 44.5.5
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.2 to 44.5.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v44.5.2...cc73385)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BourgerieQuentin committed Jul 4, 2024
1 parent d9c21df commit d633d8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compiler_publish_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.24
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4 # v44.5.24

- name: Login
id: login
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.24
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4 # v44.5.24

- name: Login
id: login
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,89 +46,89 @@ jobs:

- name: Get changed files in the concrete-compiler directory
id: compiler
uses: tj-actions/changed-files@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
with:
files: ./compilers/concrete-compiler/**

- name: Get changed files for concrete-optimizer
id: optimizer
uses: tj-actions/changed-files@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
with:
files: |
./compilers/concrete-optimizer/**
./.github/workflows/optimizer.yml
- name: Get changed files in the concrete-cpu directory
id: concrete-cpu
uses: tj-actions/changed-files@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
with:
files: ./backends/concrete-cpu/implementation/**

- name: Get changed files in the concrete-python directory
id: concrete-python
uses: tj-actions/changed-files@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
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@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
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@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
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@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
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@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
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@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
with:
files: |
./.github/workflows/compiler_publish_docker_images.yml
./docker/**
- name: Check if concrete_cpu_test workflow has changed
id: concrete-cpu-workflow
uses: tj-actions/changed-files@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
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@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
with:
files: ./.github/workflows/concrete_python_checks.yml

- name: Check if optimizer workflow has changed
id: concrete-optimizer-workflow
uses: tj-actions/changed-files@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
with:
files: ./.github/workflows/optimizer.yml

- name: Get changed files in the concrete-cpu directory
id: concrete-cpu-api
uses: tj-actions/changed-files@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
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@e5ce44a30190a3af4c81b960587845596e2300ca
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4
with:
files: ./backends/concrete-cuda/implementation/include/**

Expand Down

0 comments on commit d633d8a

Please sign in to comment.