Bump tj-actions/changed-files from 42 to 43 (#17187)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 43. - [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...v43) --- 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
Mar 18, 2024 at 07:47 UTC
5d0aef0034ee5d0e427bc33d042b373c7f5dadea
6 files changed
+6
-6
.github/workflows/build-macos.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@v42
28
+ uses: tj-actions/changed-files@v43
29
with:
30
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
31
files: |
.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@v42
37
+ uses: tj-actions/changed-files@v43
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@v42
28
+ uses: tj-actions/changed-files@v43
29
with:
30
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
31
files: |
.github/workflows/docker.yml
+1
-1
@@ -42,7 +42,7 @@ jobs:
42
- name: Check files
43
id: check-files
44
if: github.event_name != 'workflow_dispatch'
45
- uses: tj-actions/changed-files@v42
45
+ uses: tj-actions/changed-files@v43
46
with:
47
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
48
files: |
.github/workflows/go-tests.yml
+1
-1
@@ -24,7 +24,7 @@ jobs:
24
submodules: recursive
25
- name: Check files
26
id: check-files
27
- uses: tj-actions/changed-files@v42
27
+ uses: tj-actions/changed-files@v43
28
with:
29
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
30
files: |
.github/workflows/packaging.yml
+1
-1
@@ -41,7 +41,7 @@ jobs:
41
submodules: recursive
42
- name: Check files
43
id: check-files
44
- uses: tj-actions/changed-files@v42
44
+ uses: tj-actions/changed-files@v43
45
with:
46
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
47
files: |