Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: bump tj-actions/changed-files in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files).


Updates `tj-actions/changed-files` from 45.0.5 to 45.0.6
- [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@v45.0.5...v45.0.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 6, 2025
1 parent b9c41d4 commit 37addb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:

- name: Evaluate | Check specific file types for changes
id: changed-files
uses: tj-actions/[email protected].5
uses: tj-actions/[email protected].6
if: github.event_name == 'push' || github.event_name == 'pull_request'
with:
base_sha: ${{ github.event.push.before || github.event.pull_request.base.sha }}

0 comments on commit 37addb1

Please sign in to comment.