Skip to content

Commit

Permalink
Upgraded from v8.1 -> v8.2 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <[email protected]>
  • Loading branch information
jackton1 and jackton1 authored Oct 27, 2021
1 parent e8756d5 commit 140ddce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Changelog

## [v8.1](https://github.com/tj-actions/verify-changed-files/tree/v8.1) (2021-10-14)
## [v8.2](https://github.com/tj-actions/verify-changed-files/tree/v8.2) (2021-10-27)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8...v8.1)
[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.1...v8.2)

**Closed issues:**

- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36)

**Merged pull requests:**

- Updated README.md [\#89](https://github.com/tj-actions/verify-changed-files/pull/89) ([jackton1](https://github.com/jackton1))
- docs: add max-kahnt-keylight as a contributor for doc [\#88](https://github.com/tj-actions/verify-changed-files/pull/88) ([allcontributors[bot]](https://github.com/apps/allcontributors))
- Typo in documentation. [\#87](https://github.com/tj-actions/verify-changed-files/pull/87) ([max-kahnt-keylight](https://github.com/max-kahnt-keylight))
- Bump tj-actions/sync-release-version from 8.7 to 9 [\#86](https://github.com/tj-actions/verify-changed-files/pull/86) ([dependabot[bot]](https://github.com/apps/dependabot))
- Update README.md [\#85](https://github.com/tj-actions/verify-changed-files/pull/85) ([jackton1](https://github.com/jackton1))
- Update actions/checkout action to v2.3.5 [\#84](https://github.com/tj-actions/verify-changed-files/pull/84) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v8.1 [\#83](https://github.com/tj-actions/verify-changed-files/pull/83) ([jackton1](https://github.com/jackton1))

## [v8.1](https://github.com/tj-actions/verify-changed-files/tree/v8.1) (2021-10-14)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8...v8.1)

**Merged pull requests:**

- Resolve bug with listing changed\_files [\#82](https://github.com/tj-actions/verify-changed-files/pull/82) ([jackton1](https://github.com/jackton1))
- Update tj-actions/verify-changed-files action to v8 [\#81](https://github.com/tj-actions/verify-changed-files/pull/81) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v8 [\#80](https://github.com/tj-actions/verify-changed-files/pull/80) ([jackton1](https://github.com/jackton1))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
uses: tj-actions/verify-changed-files@v8.2
id: verify-changed-files
with:
files: |
Expand All @@ -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.1
uses: tj-actions/verify-changed-files@v8.2
id: verify-changed-files
with:
files: |
Expand Down

0 comments on commit 140ddce

Please sign in to comment.