Skip to content

Commit cc59d5a

Browse files
committed
ci(tests): Swap the get-changed-files repo
The original repo being used has been unmaintained for several years at this point and is using a feature of github actions that is broken. This change swaps it out for one that has commits on it from this year and should (in theory) work better than the old action. Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>
1 parent 3ac275e commit cc59d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- id: files
16-
uses: jitterbit/get-changed-files@v1
16+
uses: hanseltimeindustries/get-changed-files@v1
1717

1818
- name: Setup Node.js environment
1919
uses: actions/setup-node@v2.3.0

0 commit comments

Comments
 (0)