mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ci: bump tj-actions/changed-files -> v41
This commit is contained in:
parent
99ee8f9099
commit
b95e5d0730
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check for changed frontend files
|
- name: Check for changed frontend files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v40
|
uses: tj-actions/changed-files@v41
|
||||||
with:
|
with:
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
frontend:
|
frontend:
|
||||||
|
2
.github/workflows/on-change-check-python.yml
vendored
2
.github/workflows/on-change-check-python.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check for changed python files
|
- name: Check for changed python files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v40
|
uses: tj-actions/changed-files@v41
|
||||||
with:
|
with:
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
python:
|
python:
|
||||||
|
2
.github/workflows/on-change-pytest.yml
vendored
2
.github/workflows/on-change-pytest.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check for changed python files
|
- name: Check for changed python files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v40
|
uses: tj-actions/changed-files@v41
|
||||||
with:
|
with:
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
python:
|
python:
|
||||||
|
Loading…
Reference in New Issue
Block a user