From 8190b1ce133803199497bae5d46e71937d40533c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 4 Oct 2021 20:45:11 -0400 Subject: [PATCH] Upgraded from v7.2 -> v8 (#80) Co-authored-by: jackton1 --- HISTORY.md | 20 ++++++++++++++++---- README.md | 4 ++-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4fe63fe..3f7123b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,21 @@ # Changelog +## [v8](https://github.com/tj-actions/verify-changed-files/tree/v8) (2021-10-04) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v7.2...v8) + +**Closed issues:** + +- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36) + +**Merged pull requests:** + +- Updated list of changed\_files to include output from git [\#79](https://github.com/tj-actions/verify-changed-files/pull/79) ([jackton1](https://github.com/jackton1)) +- Fixed bug setting the server URL for github enterprise server [\#78](https://github.com/tj-actions/verify-changed-files/pull/78) ([jackton1](https://github.com/jackton1)) +- Update reviewdog/action-shellcheck action to v1.9 [\#77](https://github.com/tj-actions/verify-changed-files/pull/77) ([renovate[bot]](https://github.com/apps/renovate)) +- Updated README.md [\#76](https://github.com/tj-actions/verify-changed-files/pull/76) ([jackton1](https://github.com/jackton1)) +- Upgraded to v7.2 [\#75](https://github.com/tj-actions/verify-changed-files/pull/75) ([jackton1](https://github.com/jackton1)) + ## [v7.2](https://github.com/tj-actions/verify-changed-files/tree/v7.2) (2021-09-06) [Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v7.1...v7.2) @@ -8,10 +24,6 @@ - \[BUG\] Not detecting the change on a file [\#69](https://github.com/tj-actions/verify-changed-files/issues/69) -**Closed issues:** - -- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36) - **Merged pull requests:** - Update pascalgn/automerge-action action to v0.14.3 [\#74](https://github.com/tj-actions/verify-changed-files/pull/74) ([renovate[bot]](https://github.com/apps/renovate)) diff --git a/README.md b/README.md index 37087c1..316a3ba 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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@v7.2 + uses: tj-actions/verify-changed-files@v8 id: verify-changed-files with: files: | @@ -63,7 +63,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@v7.2 + uses: tj-actions/verify-changed-files@v8 id: verify-changed-files with: files: |