diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 602fec9..f4aa343 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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/** diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index ef53450..7d238c6 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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