Skip to content

Commit

Permalink
Test action version
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed Aug 1, 2023
1 parent d82d74e commit f008c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 ,<path>)
separator: ','
Expand Down

0 comments on commit f008c2c

Please sign in to comment.