Skip to content

Commit

Permalink
ci: bump tj-actions/changed-files -> v41
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Jan 31, 2024
1 parent 285b644 commit 0ef3540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-change-check-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Check for changed frontend files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files_yaml: |
frontend:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-change-check-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Check for changed python files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files_yaml: |
python:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-change-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Check for changed python files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files_yaml: |
python:
Expand Down

0 comments on commit 0ef3540

Please sign in to comment.