Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 44 to 45 (#483)
Browse files Browse the repository at this point in the history
* Bump tj-actions/changed-files from 44 to 45

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 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@v44...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]>

* fix generation

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hubert Bugaj <[email protected]>
  • Loading branch information
dependabot[bot] and LesnyRumcajs authored Oct 29, 2024
1 parent 35a5313 commit 4caf150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Get changed files
id: finder
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45

- name: Output whether base changed
id: base
Expand Down
2 changes: 1 addition & 1 deletion generate_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Get changed files
id: finder
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
- name: Output whether base changed
id: base
Expand Down

0 comments on commit 4caf150

Please sign in to comment.