Skip to content

Commit

Permalink
Merge pull request #639 from okp4/dependabot/github_actions/tj-action…
Browse files Browse the repository at this point in the history
…s/changed-files-41.0.1
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
2 parents 73d951b + 86249f3 commit 2c2ff04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:

- name: Find changed genesis files
id: changed-genesis
uses: tj-actions/changed-files@v40.2.3
uses: tj-actions/changed-files@v41.0.1
with:
safe_output: false
separator: ","
files: |
chains/*/genesis.json
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:

- name: Find changed genesis files
id: changed-genesis
uses: tj-actions/changed-files@v40.2.3
uses: tj-actions/changed-files@v41.0.1
with:
safe_output: false
separator: ","
files: |
chains/*/genesis.json
Expand Down

0 comments on commit 2c2ff04

Please sign in to comment.