From da65453ae7671fa4f350e90f7e8c941a02c73cfd Mon Sep 17 00:00:00 2001 From: jackton1 Date: Thu, 22 Jun 2023 08:54:53 +0000 Subject: [PATCH] Upgraded from v15.0.2 -> v16 --- HISTORY.md | 13 +++++++++++++ README.md | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0430456..1f744f5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,18 @@ # Changelog +# [16.0.0](https://github.com/tj-actions/verify-changed-files/compare/v15.0.2...v16.0.0) - (2023-06-22) + +## ⚙️ Miscellaneous Tasks + +- **deps:** Update tj-actions/glob action to v17 ([238896a](https://github.com/tj-actions/verify-changed-files/commit/238896a72e93f10b7fc934cd3a1870b7dce5d625)) - (renovate[bot]) + +## ⬆️ Upgrades + +- Upgraded from v15.0.1 -> v15.0.2 ([#313](https://github.com/tj-actions/verify-changed-files/issues/313)) + +Co-authored-by: jackton1 +Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([7f1b21c](https://github.com/tj-actions/verify-changed-files/commit/7f1b21ceb7ef533b97b46e89e2f882ee5cb17ae0)) - (tj-actions[bot]) + # [15.0.2](https://github.com/tj-actions/verify-changed-files/compare/v15.0.1...v15.0.2) - (2023-06-22) ## 📦 Bumps diff --git a/README.md b/README.md index f41bbed..9b8e47b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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@v15 + uses: tj-actions/verify-changed-files@v16 id: verify-changed-files with: files: | @@ -77,7 +77,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@v15 + uses: tj-actions/verify-changed-files@v16 id: verify-changed-files with: files: | @@ -95,7 +95,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@v15 + uses: tj-actions/verify-changed-files@v16 id: verify-changed-files - name: List all changed files tracked and untracked files