File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
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+
319# [ 20.0.3] ( https://github.com/tj-actions/verify-changed-files/compare/v20.0.2...v20.0.3 ) - (2025-03-23)
420
521## <!-- 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
5757 echo "Changed" > test_directory/new.txt
5858
5959 - name : Verify Changed files
60- uses : tj-actions/verify-changed-files@418a0558284db53c46d373bf0c313310882ce3ab # v20
60+ uses : tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
6161 id : verify-changed-files
6262 with :
6363 files : |
@@ -81,7 +81,7 @@ Verify that certain files or directories did or did not change during the workfl
8181``` yaml
8282...
8383 - name : Verify Changed files
84- uses : tj-actions/verify-changed-files@418a0558284db53c46d373bf0c313310882ce3ab # v20
84+ uses : tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
8585 id : verify-changed-files
8686 with :
8787 files : |
@@ -99,7 +99,7 @@ Verify that certain files or directories did or did not change during the workfl
9999` ` ` yaml
100100...
101101 - name : Verify Changed files
102- uses : tj-actions/verify-changed-files@418a0558284db53c46d373bf0c313310882ce3ab # v20
102+ uses : tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
103103 id : verify-changed-files
104104
105105 - name : List all changed tracked and untracked files
@@ -124,7 +124,7 @@ Support this project with a :star:
124124<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
125125
126126` ` ` yaml
127- - uses : tj-actions/verify-changed-files@418a0558284db53c46d373bf0c313310882ce3ab # v20
127+ - uses : tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
128128 id : verify-changed-files
129129 with :
130130 # Indicates whether to fail if
You can’t perform that action at this time.
0 commit comments