Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/tj-actions/changed-files-45' …
Browse files Browse the repository at this point in the history
…(PR #6564)

Bumps tj-actions/changed-files from 44 to 45.

With changes detected using GitHub's API setting output_renamed_files_as_deleted_and_added to true,
would now include the previous file name in the list of deleted files instead of the current file name.

[BFB]
  • Loading branch information
rljacob authored Aug 27, 2024
2 parents ea18249 + 82fd006 commit 72fe006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e3sm-gh-md-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v44
- uses: tj-actions/changed-files@v45
id: changed-files
with:
files: '**/*.md'
Expand Down

0 comments on commit 72fe006

Please sign in to comment.