Skip to content

Commit 4616eed

Browse files
authored
Upgraded from v20.0.3 -> v20.0.4 (#471)
1 parent a1c6ace commit 4616eed

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

HISTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)