Skip to content

Commit 27ae6b3

Browse files
Upgraded to v46.0.3 (#2506)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tonye Jack <[email protected]>
1 parent 823fceb commit 27ae6b3

File tree

3 files changed

+61
-33
lines changed

3 files changed

+61
-33
lines changed

.github/workflows/sync-release-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Run release-tagger
2020
uses: tj-actions/release-tagger@1a9264b0fd99a1ef92c4fd2f077f292900cc79b6 # v4.0.0
2121
- name: Sync release version.
22-
uses: tj-actions/sync-release-version@2c909a7cf69905388d998101c40edb26d0882ea2 # v13.12
22+
uses: tj-actions/sync-release-version@2a7ef0deb39b3ecce887ee99d2261c6cef989d84 # v13.16
2323
id: sync-release-version
2424
with:
2525
pattern: '${{ github.repository }}@'
@@ -28,7 +28,7 @@ jobs:
2828
paths: |
2929
README.md
3030
- name: Sync release package version.
31-
uses: tj-actions/sync-release-version@2c909a7cf69905388d998101c40edb26d0882ea2 # v13.12
31+
uses: tj-actions/sync-release-version@2a7ef0deb39b3ecce887ee99d2261c6cef989d84 # v13.16
3232
id: sync-release-package-version
3333
with:
3434
pattern: '"version": "'

HISTORY.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
# [46.0.3](https://github.com/tj-actions/changed-files/compare/v46.0.2...v46.0.3) - (2025-03-23)
4+
5+
## <!-- 26 -->🔄 Update
6+
7+
- Updated README.md ([#2501](https://github.com/tj-actions/changed-files/issues/2501))
8+
9+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([41e0de5](https://github.com/tj-actions/changed-files/commit/41e0de576a0f2b64d9f06f2773f539109e55a70a)) - (github-actions[bot])
10+
- Updated README.md ([#2499](https://github.com/tj-actions/changed-files/issues/2499))
11+
12+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([9457878](https://github.com/tj-actions/changed-files/commit/945787811a795cd840a1157ac590dd7827a05c8e)) - (github-actions[bot])
13+
14+
## <!-- 3 -->📚 Documentation
15+
16+
- Remove warning ([#2504](https://github.com/tj-actions/changed-files/issues/2504)) ([8132356](https://github.com/tj-actions/changed-files/commit/813235684248c47a3518575ef56906084b59e7e8)) - (Tonye Jack)
17+
18+
## <!-- 7 -->⚙️ Miscellaneous Tasks
19+
20+
- **deps:** Bump test/demo from `5dfac2e` to `c6bd3b3` ([#2505](https://github.com/tj-actions/changed-files/issues/2505)) ([823fceb](https://github.com/tj-actions/changed-files/commit/823fcebdb31bb35fdf2229d9f769b400309430d0)) - (dependabot[bot])
21+
- Pin github actions ([#2503](https://github.com/tj-actions/changed-files/issues/2503)) ([7a369a7](https://github.com/tj-actions/changed-files/commit/7a369a71758acce79205e5145cb728a08ae607fb)) - (Tonye Jack)
22+
- **deps-dev:** Bump @types/node from 22.13.10 to 22.13.11 ([#2502](https://github.com/tj-actions/changed-files/issues/2502)) ([9468856](https://github.com/tj-actions/changed-files/commit/9468856c2214566e4f7d96d3a018fb3e889a4d6d)) - (dependabot[bot])
23+
24+
## <!-- 9 -->⬆️ Upgrades
25+
26+
- Upgraded to v46.0.2 ([#2500](https://github.com/tj-actions/changed-files/issues/2500))
27+
28+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
29+
Co-authored-by: Tonye Jack <[email protected]> ([401c722](https://github.com/tj-actions/changed-files/commit/401c7227d10aad0ed26ab13735f1b290c3bcc919)) - (github-actions[bot])
30+
331
# [46.0.2](https://github.com/tj-actions/changed-files/compare/v46.0.1...v46.0.2) - (2025-03-22)
432

533
## <!-- 1 -->🐛 Bug Fixes

README.md

+31-31
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# -----------------------------------------------------------------------------------------------------------
123123
- name: Get changed files
124124
id: changed-files
125-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
125+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
126126
# To compare changes between the current commit and the last pushed remote commit set `since_last_remote_commit: true`. e.g
127127
# with:
128128
# since_last_remote_commit: true
@@ -140,7 +140,7 @@ jobs:
140140
# -----------------------------------------------------------------------------------------------------------
141141
- name: Get all changed markdown files
142142
id: changed-markdown-files
143-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
143+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
144144
with:
145145
# Avoid using single or double quotes for multiline patterns
146146
files: |
@@ -161,7 +161,7 @@ jobs:
161161
# -----------------------------------------------------------------------------------------------------------
162162
- name: Get all test, doc and src files that have changed
163163
id: changed-files-yaml
164-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
164+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
165165
with:
166166
files_yaml: |
167167
doc:
@@ -196,7 +196,7 @@ jobs:
196196
# -----------------------------------------------------------------------------------------------------------
197197
- name: Get changed files in the docs folder
198198
id: changed-files-specific
199-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
199+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
200200
with:
201201
files: docs/*.{js,html} # Alternatively using: `docs/**`
202202
files_ignore: docs/static.js
@@ -238,7 +238,7 @@ jobs:
238238
steps:
239239
- name: Get changed files
240240
id: changed-files
241-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
241+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
242242

243243
- name: List all changed files
244244
env:
@@ -281,7 +281,7 @@ jobs:
281281

282282
- name: Get changed files
283283
id: changed-files
284-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
284+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
285285
# NOTE: `since_last_remote_commit: true` is implied by default and falls back to the previous local commit.
286286

287287
- name: List all changed files
@@ -328,7 +328,7 @@ Support this project with a :star:
328328
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
329329

330330
```yaml
331-
- uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
331+
- uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
332332
id: changed-files
333333
with:
334334
# Github API URL.
@@ -813,7 +813,7 @@ The format of the version string is as follows:
813813
...
814814
- name: Get changed files
815815
id: changed-files
816-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
816+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
817817
...
818818
```
819819

@@ -826,7 +826,7 @@ The format of the version string is as follows:
826826
...
827827
- name: Get changed files
828828
id: changed-files
829-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
829+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
830830
with:
831831
safe_output: false # set to false because we are using an environment variable to store the output and avoid command injection.
832832

@@ -849,7 +849,7 @@ The format of the version string is as follows:
849849
...
850850
- name: Get all changed files and use a comma separator in the output
851851
id: changed-files
852-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
852+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
853853
with:
854854
separator: ","
855855
...
@@ -866,7 +866,7 @@ See [inputs](#inputs) for more information.
866866
...
867867
- name: Get changed files
868868
id: changed-files
869-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
869+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
870870

871871
- name: List all added files
872872
env:
@@ -889,7 +889,7 @@ See [outputs](#outputs) for a list of all available outputs.
889889
...
890890
- name: Get changed files
891891
id: changed-files
892-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
892+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
893893

894894
- name: Run a step if my-file.txt was modified
895895
if: contains(steps.changed-files.outputs.modified_files, 'my-file.txt')
@@ -910,7 +910,7 @@ See [outputs](#outputs) for a list of all available outputs.
910910

911911
- name: Get changed files and write the outputs to a Txt file
912912
id: changed-files-write-output-files-txt
913-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
913+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
914914
with:
915915
write_output_files: true
916916

@@ -929,7 +929,7 @@ See [outputs](#outputs) for a list of all available outputs.
929929
...
930930
- name: Get changed files and write the outputs to a JSON file
931931
id: changed-files-write-output-files-json
932-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
932+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
933933
with:
934934
json: true
935935
write_output_files: true
@@ -949,7 +949,7 @@ See [outputs](#outputs) for a list of all available outputs.
949949
...
950950
- name: Get changed files
951951
id: changed-files
952-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
952+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
953953
with:
954954
files: |
955955
my-file.txt
@@ -972,7 +972,7 @@ See [inputs](#inputs) for more information.
972972
...
973973
- name: Get changed files
974974
id: changed-files-specific
975-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
975+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
976976
with:
977977
files: |
978978
my-file.txt
@@ -1023,7 +1023,7 @@ See [outputs](#outputs) for a list of all available outputs.
10231023
...
10241024
- name: Get changed files using a source file or list of file(s) to populate to files input.
10251025
id: changed-files-specific-source-file
1026-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1026+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
10271027
with:
10281028
files_from_source_file: test/changed-files-list.txt
10291029
...
@@ -1040,7 +1040,7 @@ See [inputs](#inputs) for more information.
10401040
...
10411041
- name: Get changed files using a source file or list of file(s) to populate to files input and optionally specify more files.
10421042
id: changed-files-specific-source-file-and-specify-files
1043-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1043+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
10441044
with:
10451045
files_from_source_file: |
10461046
test/changed-files-list.txt
@@ -1061,7 +1061,7 @@ See [inputs](#inputs) for more information.
10611061
...
10621062
- name: Get changed files using a different SHA
10631063
id: changed-files
1064-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1064+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
10651065
with:
10661066
sha: ${{ github.event.pull_request.head.sha }}
10671067
...
@@ -1078,7 +1078,7 @@ See [inputs](#inputs) for more information.
10781078
...
10791079
- name: Get changed files using a different base SHA
10801080
id: changed-files
1081-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1081+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
10821082
with:
10831083
base_sha: ${{ github.event.pull_request.base.sha }}
10841084
...
@@ -1110,7 +1110,7 @@ jobs:
11101110

11111111
- name: Get changed files
11121112
id: changed-files
1113-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1113+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
11141114

11151115
- name: List changed files
11161116
env:
@@ -1120,7 +1120,7 @@ jobs:
11201120
11211121
- name: Get changed files in the .github folder
11221122
id: changed-files-specific
1123-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1123+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
11241124
with:
11251125
files: .github/**
11261126

@@ -1151,7 +1151,7 @@ See [inputs](#inputs) for more information.
11511151

11521152
- name: Run changed-files with defaults in dir1
11531153
id: changed-files-for-dir1
1154-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1154+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
11551155
with:
11561156
path: dir1
11571157

@@ -1176,13 +1176,13 @@ See [inputs](#inputs) for more information.
11761176
...
11771177
- name: Run changed-files with quotepath disabled
11781178
id: changed-files-quotepath
1179-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1179+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
11801180
with:
11811181
quotepath: "false"
11821182

11831183
- name: Run changed-files with quotepath disabled for a specified list of file(s)
11841184
id: changed-files-quotepath-specific
1185-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1185+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
11861186
with:
11871187
files: test/test-è.txt
11881188
quotepath: "false"
@@ -1215,7 +1215,7 @@ See [inputs](#inputs) for more information.
12151215

12161216
- name: Run changed-files with the commit of the last successful test workflow run
12171217
id: changed-files-base-sha-push
1218-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1218+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
12191219
with:
12201220
base_sha: ${{ steps.last_successful_commit_push.outputs.base }}
12211221
...
@@ -1242,7 +1242,7 @@ See [inputs](#inputs) for more information.
12421242

12431243
- name: Run changed-files with the commit of the last successful test workflow run on the main branch
12441244
id: changed-files-base-sha-pull-request
1245-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1245+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
12461246
with:
12471247
base_sha: ${{ steps.last_successful_commit_pull_request.outputs.base }}
12481248
...
@@ -1268,7 +1268,7 @@ See [inputs](#inputs) for more information.
12681268
...
12691269
- name: Run changed-files with dir_names
12701270
id: changed-files-dir-names
1271-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1271+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
12721272
with:
12731273
dir_names: "true"
12741274
...
@@ -1285,7 +1285,7 @@ See [inputs](#inputs) for more information.
12851285
...
12861286
- name: Run changed-files with JSON output
12871287
id: changed-files-json
1288-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1288+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
12891289
with:
12901290
json: "true"
12911291
...
@@ -1302,13 +1302,13 @@ See [inputs](#inputs) for more information.
13021302
...
13031303
- name: Get changed-files since 2022-08-19
13041304
id: changed-files-since
1305-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1305+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
13061306
with:
13071307
since: "2022-08-19"
13081308

13091309
- name: Get changed-files until 2022-08-20
13101310
id: changed-files-until
1311-
uses: tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1311+
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
13121312
with:
13131313
until: "2022-08-20"
13141314
...

0 commit comments

Comments
 (0)