Compare commits

...

8 Commits

Author SHA1 Message Date
renovate[bot]
4fc4e9d28e chore(deps): update tj-actions/glob action to v17.2.5 (sec) (#1111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 17:02:10 +00:00
github-actions[bot]
ffc9786798 Merge branch 'main' into sec 2023-04-28 17:02:07 +00:00
renovate[bot]
b2d17f5124 chore(deps): update tj-actions/glob action to v17.2.5 (main) (#1110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 17:01:53 +00:00
github-actions[bot]
26b58fc476 Merge branch 'main' into sec 2023-04-28 09:02:05 +00:00
renovate[bot]
fede43944f chore(deps): update tj-actions/glob action to v17.2.0 (main) (#1108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 09:01:53 +00:00
renovate[bot]
24fafbaadf chore(deps): update tj-actions/glob action to v17.2.0 (sec) (#1109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 09:01:36 +00:00
github-actions[bot]
5ec4299447 Merge branch 'main' into sec 2023-04-28 07:07:32 +00:00
Tonye Jack
8f7c87ffda Upgraded to v35.9.1 (#1107)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
2023-04-28 07:07:17 +00:00
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
# Changelog # Changelog
# [35.9.1](https://github.com/tj-actions/changed-files/compare/v35.9.0...v35.9.1) - (2023-04-28)
## <!-- 1 -->🐛 Bug Fixes
- Switch to use git diff for retrieving renamed files ([#1106](https://github.com/tj-actions/changed-files/issues/1106)) ([4a0aac0](https://github.com/tj-actions/changed-files/commit/4a0aac0d19aa2838c6741fdf95a5276390418dc2)) - (Tonye Jack)
## <!-- 9 -->⬆️ Upgrades
- Upgraded to v35.9.0 ([#1098](https://github.com/tj-actions/changed-files/issues/1098))
Co-authored-by: jackton1 <jackton1@users.noreply.github.com> ([a611c48](https://github.com/tj-actions/changed-files/commit/a611c4893298c6cc704368e0dff0c8756387ce85)) - (Tonye Jack)
# [35.9.0](https://github.com/tj-actions/changed-files/compare/v35.8.0...v35.9.0) - (2023-04-21) # [35.9.0](https://github.com/tj-actions/changed-files/compare/v35.8.0...v35.9.0) - (2023-04-21)
## <!-- 7 -->⚙️ Miscellaneous Tasks ## <!-- 7 -->⚙️ Miscellaneous Tasks

View File

@@ -208,7 +208,7 @@ runs:
INPUT_FETCH_DEPTH: ${{ inputs.fetch_depth }} INPUT_FETCH_DEPTH: ${{ inputs.fetch_depth }}
INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }} INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }}
- name: Glob match - name: Glob match
uses: tj-actions/glob@eb138047b8b00dafdd53554152f8885f68a891f6 # v17.1.0 uses: tj-actions/glob@0fe7f8d9e113caff328f057851c9be33b7a50fbf # v17.2.5
id: glob id: glob
with: with:
files: ${{ inputs.files }} files: ${{ inputs.files }}