Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 65de013 commit 6a04e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/should-build-image/action.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ runs:
fetch-depth: 0

- id: changed-files
uses: tj-actions/changed-files@v45.0.5
uses: tj-actions/changed-files@v45.0.6
with:
base_sha: ${{ inputs.base-sha }}
since_last_remote_commit: ${{ github.event_name == 'push' }}

0 comments on commit 6a04e2f

Please sign in to comment.