You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2020/06/16 16:46:01 UTC

[incubator-superset] 01/01: Update prefer_typescript.yml

This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch etr2460-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 84ee36a2c6f1ee09167c5c4f540e2c9b8900aaf0
Author: Erik Ritter <er...@airbnb.com>
AuthorDate: Tue Jun 16 09:45:32 2020 -0700

    Update prefer_typescript.yml
---
 .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 79bbfc2..230146d 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