From f9e15fd4ab177b3f02cbed02457a84a3d8ed634b Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Tue, 6 Oct 2020 16:21:24 +0100 Subject: [PATCH] fix: Revert version of file-changes-action to 1.2.3 The newest version 1.2.4 has issues running for the first commit in a new pull request, see https://github.com/trilom/file-changes-action/issues/103 --- .github/workflows/vale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 6a8ec0389c..0b671df703 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -16,7 +16,7 @@ jobs: - name: File changes id: file_changes - uses: trilom/file-changes-action@v1.2.4 + uses: trilom/file-changes-action@v1.2.3 - name: Vale uses: errata-ai/vale-action@v1.3.0