summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-21 22:56:22 +0100
committerGitHub <noreply@github.com>2024-08-21 22:56:22 +0100
commite6a898e3eea3521d3f0497ee26937d5269d78fb7 (patch)
tree719436c6f4ebea331cccefec37702a5631c41486 /.github
parent373364afd168be5ee03050690b7a04938f7297c8 (diff)
Bump tj-actions/changed-files from 44 to 45 (#24313)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45. - [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/v44...v45) --- 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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format.yml2
-rw-r--r--.github/workflows/lint.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 1d7577dcef..74c518fe05 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -35,7 +35,7 @@ jobs:
35 35
36 - name: Get changed files 36 - name: Get changed files
37 id: file_changes 37 id: file_changes
38 uses: tj-actions/changed-files@v44 38 uses: tj-actions/changed-files@v45
39 with: 39 with:
40 use_rest_api: true 40 use_rest_api: true
41 41
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 22ddcaba79..829ca6392c 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27 27
28 - name: Get changed files 28 - name: Get changed files
29 id: file_changes 29 id: file_changes
30 uses: tj-actions/changed-files@v44 30 uses: tj-actions/changed-files@v45
31 with: 31 with:
32 use_rest_api: true 32 use_rest_api: true
33 33