We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a7711 commit eee3ceaCopy full SHA for eee3cea
.github/workflows/task-check-docs.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 0 # required for changed-files action to work
19
- name: Check if only docs were changed
20
id: check-docs
21
- uses: tj-actions/changed-files@v40
+ uses: tj-actions/changed-files@v41
22
with:
23
# List of files we allow to be changed without running the CI. Modify as needed.
24
files: |
0 commit comments