Skip to content

Commit eee3cea

Browse files
Bump tj-actions/changed-files from 40 to 41 in /.github/workflows (#458)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v40...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit c115204) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23a7711 commit eee3cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/task-check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0 # required for changed-files action to work
1919
- name: Check if only docs were changed
2020
id: check-docs
21-
uses: tj-actions/changed-files@v40
21+
uses: tj-actions/changed-files@v41
2222
with:
2323
# List of files we allow to be changed without running the CI. Modify as needed.
2424
files: |

0 commit comments

Comments
 (0)