Skip to content

Commit

Permalink
Upgraded from v7.2 -> v8 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
jackton1 and jackton1 committed Oct 5, 2021
1 parent 3dab632 commit 8190b1c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
20 changes: 16 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 8190b1c

Please sign in to comment.