File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # [ 20.0.4] ( https://github.com/tj-actions/verify-changed-files/compare/v20.0.3...v20.0.4 ) - (2025-03-23)
4
+
5
+ ## <!-- 9 --> ⬆️ Upgrades
6
+
7
+ - Upgraded to v20.0.3 ([ #470 ] ( https://github.com/tj-actions/verify-changed-files/issues/470 ) )
8
+
9
+ * Upgraded from v20.0.2 -> v20.0.3
10
+
11
+ * Update sync-release-version.yml
12
+
13
+ * Update README.md
14
+
15
+ * Update update-readme.yml
16
+
17
+ * Update sync-release-version.yml ([ a1c6ace] ( https://github.com/tj-actions/verify-changed-files/commit/a1c6acee9df209257a246f2cc6ae8cb6581c1edf ) ) - (Tonye Jack)
18
+
3
19
# [ 20.0.3] ( https://github.com/tj-actions/verify-changed-files/compare/v20.0.2...v20.0.3 ) - (2025-03-23)
4
20
5
21
## <!-- 7 --> ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Verify that certain files or directories did or did not change during the workfl
57
57
echo "Changed" > test_directory/new.txt
58
58
59
59
- name : Verify Changed files
60
- uses : tj-actions/verify-changed-files@418a0558284db53c46d373bf0c313310882ce3ab # v20
60
+ uses : tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
61
61
id : verify-changed-files
62
62
with :
63
63
files : |
@@ -81,7 +81,7 @@ Verify that certain files or directories did or did not change during the workfl
81
81
``` yaml
82
82
...
83
83
- name : Verify Changed files
84
- uses : tj-actions/verify-changed-files@418a0558284db53c46d373bf0c313310882ce3ab # v20
84
+ uses : tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
85
85
id : verify-changed-files
86
86
with :
87
87
files : |
@@ -99,7 +99,7 @@ Verify that certain files or directories did or did not change during the workfl
99
99
` ` ` yaml
100
100
...
101
101
- name : Verify Changed files
102
- uses : tj-actions/verify-changed-files@418a0558284db53c46d373bf0c313310882ce3ab # v20
102
+ uses : tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
103
103
id : verify-changed-files
104
104
105
105
- name : List all changed tracked and untracked files
@@ -124,7 +124,7 @@ Support this project with a :star:
124
124
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
125
125
126
126
` ` ` yaml
127
- - uses : tj-actions/verify-changed-files@418a0558284db53c46d373bf0c313310882ce3ab # v20
127
+ - uses : tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
128
128
id : verify-changed-files
129
129
with :
130
130
# Indicates whether to fail if
You can’t perform that action at this time.
0 commit comments