summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-13 21:37:28 +0300
committerGitHub <noreply@github.com>2024-04-13 21:37:28 +0300
commit1f5ad3d278549ca68408911308c1964b731e6834 (patch)
tree748dbf9f589937b61628ecc816196e8af80a7bcb
parent69361a721c5c21012ef6488fec6fd55f232a8e36 (diff)
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>
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/checks.yml2
-rw-r--r--.github/workflows/docker.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 62e35fd000..c9657529ee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
**/*.md
- name: Check build files
id: check-build-files
- uses: tj-actions/changed-files@v43
+ uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index bef98a9c34..7c9486114b 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -45,7 +45,7 @@ jobs:
**/*.md
- name: Check build files
id: check-build-files
- uses: tj-actions/changed-files@v43
+ uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 96a7141891..6674b92ce5 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -63,7 +63,7 @@ jobs:
- name: Check build system files
id: check-build-files
if: github.event_name != 'workflow_dispatch'
- uses: tj-actions/changed-files@v42
+ uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |