From 88059c4f62f9c885d1df953c018c9d0b5fd8b903 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Wed, 14 Dec 2022 11:27:26 +0000 Subject: [PATCH] fix(ci): use a version of the action that does not error See https://github.com/jitterbit/get-changed-files/issues/19#issuecomment-854657729 for details. --- .github/workflows/add_ported_warnings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_ported_warnings.yml b/.github/workflows/add_ported_warnings.yml index c620e17518c81..a01bef3721670 100644 --- a/.github/workflows/add_ported_warnings.yml +++ b/.github/workflows/add_ported_warnings.yml @@ -22,7 +22,7 @@ jobs: # TODO: is this really faster than just calling git from python? - name: Get changed files id: changed-files - uses: jitterbit/get-changed-files@v1 + uses: Ana06/get-changed-files@v1.2 - name: run the script run: |