Bump tj-actions/changed-files from 42 to 44 (#17401)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 44. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v42...v44) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Apr 13, 2024 at 21:37 UTC
1f5ad3d278549ca68408911308c1964b731e6834
3 files changed
+3
-3
.github/workflows/build.yml
+1
-1
@@ -54,7 +54,7 @@ jobs:
54
**/*.md
55
- name: Check build files
56
id: check-build-files
57
- uses: tj-actions/changed-files@v43
57
+ uses: tj-actions/changed-files@v44
58
with:
59
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
60
files: |
.github/workflows/checks.yml
+1
-1
@@ -45,7 +45,7 @@ jobs:
45
**/*.md
46
- name: Check build files
47
id: check-build-files
48
- uses: tj-actions/changed-files@v43
48
+ uses: tj-actions/changed-files@v44
49
with:
50
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
51
files: |
.github/workflows/docker.yml
+1
-1
@@ -63,7 +63,7 @@ jobs:
63
- name: Check build system files
64
id: check-build-files
65
if: github.event_name != 'workflow_dispatch'
66
- uses: tj-actions/changed-files@v42
66
+ uses: tj-actions/changed-files@v44
67
with:
68
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
69
files: |