From 334bd6e98925e3bbf0bef7c296449630d7660e4c Mon Sep 17 00:00:00 2001 From: Erik Ritter Date: Tue, 16 Jun 2020 10:00:30 -0700 Subject: [PATCH] Update prefer_typescript.yml (#10069) --- .github/workflows/prefer_typescript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prefer_typescript.yml b/.github/workflows/prefer_typescript.yml index 79bbfc25d..230146d27 100644 --- a/.github/workflows/prefer_typescript.yml +++ b/.github/workflows/prefer_typescript.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Get changed files id: changed - uses: trilom/file-changes-action@v1.2.3 + uses: trilom/file-changes-action@master with: githubToken: ${{ secrets.GITHUB_TOKEN }} - name: Determine if a .js or .jsx file was added