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