diff --git a/HISTORY.md b/HISTORY.md index 6569022..43a23d1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,27 @@ # Changelog +# [18.0.0](https://github.com/tj-actions/verify-changed-files/compare/v17.1.0...v18.0.0) - (2024-02-01) + +## 🔄 Update + +- Update README.md ([eb6d385](https://github.com/tj-actions/verify-changed-files/commit/eb6d385c0e52fb28e2f6b70e15c835cb3cbfff17)) - (Tonye Jack) + +## 📝 Other + +- PR [#376](https://github.com/tj-actions/verify-changed-files/pull/376): update peter-evans/create-pull-request action to v6 ([9c9cfe3](https://github.com/tj-actions/verify-changed-files/commit/9c9cfe3186f1dd857997da7f291e6086fbefb3b1)) - (repo-ranger[bot]) +- PR [#375](https://github.com/tj-actions/verify-changed-files/pull/375): update tj-actions/glob action to v20 ([5ef175f](https://github.com/tj-actions/verify-changed-files/commit/5ef175f2fd84957530d0fdd1384a541069e403f2)) - (repo-ranger[bot]) + +## ⚙️ Miscellaneous Tasks + +- **deps:** Update peter-evans/create-pull-request action to v6 ([809c01f](https://github.com/tj-actions/verify-changed-files/commit/809c01fc80c7aff6bea863d0e2b4e8c4de0fd5d1)) - (renovate[bot]) +- **deps:** Update tj-actions/glob action to v20 ([338873f](https://github.com/tj-actions/verify-changed-files/commit/338873f5ae24dc5af58fb334801ee8d12ad292d4)) - (renovate[bot]) + +## ⬆️ Upgrades + +- Upgraded from v17.0.2 -> v17.1.0 ([#374](https://github.com/tj-actions/verify-changed-files/issues/374)) + +Co-authored-by: jackton1 ([58f5ac7](https://github.com/tj-actions/verify-changed-files/commit/58f5ac78e19e6cc3fb9d4048ae1a13bf364fa983)) - (tj-actions[bot]) + # [17.1.0](https://github.com/tj-actions/verify-changed-files/compare/v17.0.2...v17.1.0) - (2024-01-20) ## 🚀 Features diff --git a/README.md b/README.md index a842e62..7d07213 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Verify that certain files or directories did or did not change during the workfl echo "Changed" > test_directory/new.txt - name: Verify Changed files - uses: tj-actions/verify-changed-files@v17 + uses: tj-actions/verify-changed-files@v18 id: verify-changed-files with: files: | @@ -81,7 +81,7 @@ Verify that certain files or directories did or did not change during the workfl ```yaml ... - name: Verify Changed files - uses: tj-actions/verify-changed-files@v17 + uses: tj-actions/verify-changed-files@v18 id: verify-changed-files with: files: | @@ -99,7 +99,7 @@ Verify that certain files or directories did or did not change during the workfl ```yaml ... - name: Verify Changed files - uses: tj-actions/verify-changed-files@v17 + uses: tj-actions/verify-changed-files@v18 id: verify-changed-files - name: List all changed tracked and untracked files @@ -124,7 +124,7 @@ Support this project with a :star: ```yaml -- uses: tj-actions/verify-changed-files@v17 +- uses: tj-actions/verify-changed-files@v18 id: verify-changed-files with: # Indicates whether to fail if files have changed.