Skip to content

Commit

Permalink
Merge pull request #244 from renovate-bot/renovate/tj-actions-changed…
Browse files Browse the repository at this point in the history
…-files-45.x

chore(deps): update tj-actions/changed-files action to v45
  • Loading branch information
devlauer authored Nov 8, 2024
2 parents 2e3c33b + 74f4271 commit 71809b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- name: Get changed files in the docs folders and the test folders of all modules
id: changed-files-specific
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
src/docs/asciidoc/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Get changed source files or maven poms of all modules
id: changed-files-specific
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
pom.xml
Expand Down

0 comments on commit 71809b4

Please sign in to comment.