Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 14.6 to 41 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 14.6 to 41.
- [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@v14.6...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 172e670 commit 47dc061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/protect-infra-directories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v14.6 # disable-secrets-detection
uses: tj-actions/changed-files@v41 # disable-secrets-detection

- name: Check for changes in protected directories
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35.1.0
uses: tj-actions/changed-files@v41
with:
separator: ${{ env.CHANGED_FILES_DELIMITER }}
files: |
Expand Down

0 comments on commit 47dc061

Please sign in to comment.