We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e3c33b + 74f4271 commit 71809b4Copy full SHA for 71809b4
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: 0
14
- name: Get changed files in the docs folders and the test folders of all modules
15
id: changed-files-specific
16
- uses: tj-actions/changed-files@v44
+ uses: tj-actions/changed-files@v45
17
with:
18
files: |
19
src/docs/asciidoc/**
.github/workflows/verify.yml
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Get changed source files or maven poms of all modules
20
21
22
23
pom.xml
0 commit comments