Skip to content

Commit

Permalink
Merge pull request #300 from axone-protocol/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/tj-actions/changed-files-45.0.3
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
2 parents 9100980 + 24f4808 commit cadf5b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Find changed ttl files
id: changed-ttl-files
uses: tj-actions/changed-files@v45.0.2
uses: tj-actions/changed-files@v45.0.3
with:
files: |
src/**/*.ttl
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Check if poetry files have changed
id: changed-poetry-files
uses: tj-actions/changed-files@v45.0.2
uses: tj-actions/changed-files@v45.0.3
with:
files: |
script/poetry.lock
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Check if python files have changed
id: changed-python-files
uses: tj-actions/changed-files@v45.0.2
uses: tj-actions/changed-files@v45.0.3
with:
files: |
script/**/*.*
Expand Down

0 comments on commit cadf5b2

Please sign in to comment.