1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Bump tj-actions/changed-files from 45.0.0 to 46.0.1

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.0 to 46.0.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](40853de9f8...2f7c5bfce2)

---
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>
This commit is contained in:
dependabot[bot]
2025-03-18 06:30:06 +00:00
committed by GitHub
parent 9c4620e560
commit 072e8c53b0
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Get changed content/data files
id: changed-files
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
with:
# No need to escape the file names because we make the output of
# tj-actions/changed-files be set as an environment variable. Not

View File

@@ -42,7 +42,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
with:
files: 'content/**'
output_renamed_files_as_deleted_and_added: true

View File

@@ -46,7 +46,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
with:
# No need to escape the file names because we make the output of
# tj-actions/changed-files be set as an environment variable. Not

View File

@@ -109,7 +109,7 @@ jobs:
- name: Get changed content/data files
if: ${{ github.event_name == 'pull_request' }}
id: changed-files
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
with:
# No need to escape the file names because we make the output of
# tj-actions/changed-files be set as an environment variable. Not