Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 2f7913b

Browse files
committed
fix(ci/add_ported_warnings): use a version of the action that does not error (#17936)
See jitterbit/get-changed-files#19 (comment) for details.
1 parent daf8adf commit 2f7913b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_ported_warnings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# TODO: is this really faster than just calling git from python?
2323
- name: Get changed files
2424
id: changed-files
25-
uses: jitterbit/get-changed-files@v1
25+
uses: Ana06/get-changed-files@v1.2
2626

2727
- name: run the script
2828
run: |

0 commit comments

Comments
 (0)