From 9ed71f7c2b0821e5199842b4c8da158d5a609fea Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sat, 6 Nov 2021 15:53:48 +0000 Subject: [PATCH] Upgraded from v8.5 -> v8.6 --- HISTORY.md | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 99ea14a..0383e16 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # Changelog +## [v8.6](https://github.com/tj-actions/verify-changed-files/tree/v8.6) (2021-11-06) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.5...v8.6) + +**Merged pull requests:** + +- Removed unused code [\#107](https://github.com/tj-actions/verify-changed-files/pull/107) ([jackton1](https://github.com/jackton1)) +- Upgraded to v8.5 [\#106](https://github.com/tj-actions/verify-changed-files/pull/106) ([jackton1](https://github.com/jackton1)) + ## [v8.5](https://github.com/tj-actions/verify-changed-files/tree/v8.5) (2021-11-06) [Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.4...v8.5) diff --git a/README.md b/README.md index 52e2a50..abc3c1d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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@v8.5 + uses: tj-actions/verify-changed-files@v8.6 id: verify-changed-files with: files: | @@ -69,7 +69,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@v8.5 + uses: tj-actions/verify-changed-files@v8.6 id: verify-changed-files with: files: |