Browse Source

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] 1 year ago
parent
commit
5d0aef0034

+ 1 - 1
.github/workflows/build-macos.yml

@@ -25,7 +25,7 @@ jobs:
           submodules: recursive
       - name: Check files
         id: check-files
-        uses: tj-actions/changed-files@v42
+        uses: tj-actions/changed-files@v43
         with:
           since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
           files: |

+ 1 - 1
.github/workflows/build.yml

@@ -34,7 +34,7 @@ jobs:
           submodules: recursive
       - name: Check files
         id: check-files
-        uses: tj-actions/changed-files@v42
+        uses: tj-actions/changed-files@v43
         with:
           since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
           files: |

+ 1 - 1
.github/workflows/checks.yml

@@ -25,7 +25,7 @@ jobs:
           submodules: recursive
       - name: Check files
         id: check-files
-        uses: tj-actions/changed-files@v42
+        uses: tj-actions/changed-files@v43
         with:
           since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
           files: |

+ 1 - 1
.github/workflows/docker.yml

@@ -42,7 +42,7 @@ jobs:
       - name: Check files
         id: check-files
         if: github.event_name != 'workflow_dispatch'
-        uses: tj-actions/changed-files@v42
+        uses: tj-actions/changed-files@v43
         with:
           since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
           files: |

+ 1 - 1
.github/workflows/go-tests.yml

@@ -24,7 +24,7 @@ jobs:
           submodules: recursive
       - name: Check files
         id: check-files
-        uses: tj-actions/changed-files@v42
+        uses: tj-actions/changed-files@v43
         with:
           since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
           files: |

+ 1 - 1
.github/workflows/packaging.yml

@@ -41,7 +41,7 @@ jobs:
           submodules: recursive
       - name: Check files
         id: check-files
-        uses: tj-actions/changed-files@v42
+        uses: tj-actions/changed-files@v43
         with:
           since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
           files: |