Bump tj-actions/changed-files from 40 to 41 (#16668)
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](https://github.com/tj-actions/changed-files/compare/v40...v41) --- 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
Jan 2, 2024 at 08:27 UTC
41296fb913a641883bb4b708e283ea56d9e12437
4 files changed
+4
-4
.github/workflows/build.yml
+1
-1
@@ -34,7 +34,7 @@ jobs:
34
submodules: recursive
35
- name: Check files
36
id: check-files
37
- uses: tj-actions/changed-files@v40
37
+ uses: tj-actions/changed-files@v41
38
with:
39
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
40
files: |
.github/workflows/checks.yml
+1
-1
@@ -25,7 +25,7 @@ jobs:
25
submodules: recursive
26
- name: Check files
27
id: check-files
28
- uses: tj-actions/changed-files@v40
28
+ uses: tj-actions/changed-files@v41
29
with:
30
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
31
files: |
.github/workflows/docker.yml
+1
-1
@@ -31,7 +31,7 @@ jobs:
31
submodules: recursive
32
- name: Check files
33
id: file-check
34
- uses: tj-actions/changed-files@v40
34
+ uses: tj-actions/changed-files@v41
35
with:
36
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
37
files: |
.github/workflows/packaging.yml
+1
-1
@@ -41,7 +41,7 @@ jobs:
41
submodules: recursive
42
- name: Check files
43
id: file-check
44
- uses: tj-actions/changed-files@v40
44
+ uses: tj-actions/changed-files@v41
45
with:
46
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
47
files: |