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 17:00:45 UTC

[incubator-superset] branch master updated: Update prefer_typescript.yml (#10069)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 334bd6e  Update prefer_typescript.yml (#10069)
334bd6e is described below

commit 334bd6e98925e3bbf0bef7c296449630d7660e4c
Author: Erik Ritter <er...@airbnb.com>
AuthorDate: Tue Jun 16 10:00:30 2020 -0700

    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 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