Skip to content

Commit

Permalink
Upgraded from v8.4 -> v8.5 (#105)
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 Nov 6, 2021
1 parent 23990e4 commit 0059529
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [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)

**Merged pull requests:**

- Upgraded to v8.4 [\#104](https://github.com/tj-actions/verify-changed-files/pull/104) ([jackton1](https://github.com/jackton1))

## [v8.4](https://github.com/tj-actions/verify-changed-files/tree/v8.4) (2021-11-06)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.3...v8.4)
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.4
uses: tj-actions/verify-changed-files@v8.5
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.4
uses: tj-actions/verify-changed-files@v8.5
id: verify-changed-files
with:
files: |
Expand Down

0 comments on commit 0059529

Please sign in to comment.