Skip to content

Commit

Permalink
Upgraded from v9.1 -> v9.2 (#178)
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 authored Jun 10, 2022
1 parent 6f40ee1 commit ec6ed96
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
19 changes: 15 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v9.2](https://github.com/tj-actions/verify-changed-files/tree/v9.2) (2022-06-07)

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

**Closed issues:**

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

**Merged pull requests:**

- chore\(deps\): update peter-evans/create-pull-request action to v4.0.4 [\#177](https://github.com/tj-actions/verify-changed-files/pull/177) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update tj-actions/glob action to v9 [\#176](https://github.com/tj-actions/verify-changed-files/pull/176) ([renovate[bot]](https://github.com/apps/renovate))
- Bump tj-actions/glob from 7.20 to 8 [\#175](https://github.com/tj-actions/verify-changed-files/pull/175) ([dependabot[bot]](https://github.com/apps/dependabot))
- Upgraded to v9.1 [\#174](https://github.com/tj-actions/verify-changed-files/pull/174) ([jackton1](https://github.com/jackton1))

## [v9.1](https://github.com/tj-actions/verify-changed-files/tree/v9.1) (2022-05-23)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v9...v9.1)
Expand All @@ -8,10 +23,6 @@

- \[BUG\] \<title\>Errors in action.yml [\#167](https://github.com/tj-actions/verify-changed-files/issues/167)

**Closed issues:**

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

**Merged pull requests:**

- fix: invalid message when no file pattern is used [\#173](https://github.com/tj-actions/verify-changed-files/pull/173) ([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 @@ -46,7 +46,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@v9.1
uses: tj-actions/verify-changed-files@v9.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@v9.1
uses: tj-actions/verify-changed-files@v9.2
id: verify-changed-files
with:
files: |
Expand Down

0 comments on commit ec6ed96

Please # to comment.