Skip to content

Commit

Permalink
Update file-changes-action (#244)
Browse files Browse the repository at this point in the history
* update file-changes-action

* update ci-examples as well
  • Loading branch information
casassg committed May 15, 2023
1 parent c274cf1 commit 3c10a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: 3.7
- name: Get Changed Files
id: changed_files
uses: trilom/file-changes-action@v1.2.3
uses: trilom/file-changes-action@v1.2.4
with:
output: json
- name: Filter projects
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: 3.7
- name: Get Changed Files
id: changed_files
uses: trilom/file-changes-action@v1.2.3
uses: trilom/file-changes-action@v1.2.4
with:
output: json
- name: Filter example projects
Expand Down

0 comments on commit 3c10a96

Please sign in to comment.