diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index ae4308c8868..834126d98f9 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -9,7 +9,7 @@ on: branches: - master # TODO (soloseng): remove before merge - - soloseng/ganache-upgrade + - test-action-version # TODO(jcortejoso): Replace by pull_request pull_request_target: branches: @@ -131,7 +131,7 @@ jobs: yarn check-licenses - name: Detect files changed in PR, and expose as output id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v37 with: # Using comma as separator to be able to easily match full paths (using ,) separator: ','