1
0
mirror of synced 2025-12-25 11:03:37 -05:00

Bump tj-actions/changed-files from 44.0.1 to 44.5.0 (#50746)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-21 22:14:49 +00:00
committed by GitHub
parent 37a16de048
commit 1b21771113
4 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ jobs:
- name: Get changed content/data files
if: ${{ github.event_name == 'pull_request' }}
id: changed-files
uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 # v44.0.1
uses: tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0
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