Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent d18e650 commit 6a1b6c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/protect-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44 # disable-secrets-detection
uses: tj-actions/changed-files@v45 # disable-secrets-detection
with:
files: |
.gitlab/ci/.gitlab-ci.yml
Expand Down
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@v41 # disable-secrets-detection
uses: tj-actions/changed-files@v45 # 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@v41.0.1
uses: tj-actions/changed-files@v45
with:
separator: ${{ env.CHANGED_FILES_DELIMITER }}
files: |
Expand Down

0 comments on commit 6a1b6c9

Please sign in to comment.