Skip to content

Commit d043ae3

Browse files
Bump tj-actions/changed-files from 44.0.1 to 45.0.7
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.0.1 to 45.0.7. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@635f118...dcc7a0c) --- 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>
1 parent 4793b39 commit d043ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/content-lint-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Get changed content/data files
3232
id: changed-files
33-
uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.0.0
33+
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b # v45.0.8
3434
with:
3535
# No need to escape the file names because we make the output of
3636
# tj-actions/changed-files be set as an environment variable. Not

.github/workflows/test-changed-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Get changed files
4747
id: changed-files
48-
uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.0.0
48+
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b # v45.0.8
4949
with:
5050
# No need to escape the file names because we make the output of
5151
# tj-actions/changed-files be set as an environment variable. Not

0 commit comments

Comments
 (0)