Skip to content

Commit

Permalink
Upgraded from v9.2 -> v10 (#182)
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 22, 2022
1 parent fa6ea30 commit 48e17a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Changelog

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

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

**Closed issues:**

- Possible to use this action to detect when files are deleted? [\#180](https://github.com/tj-actions/verify-changed-files/issues/180)
- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36)

**Merged pull requests:**

- feat: add support for detecting deleted files [\#181](https://github.com/tj-actions/verify-changed-files/pull/181) ([jackton1](https://github.com/jackton1))
- chore\(deps\): update codacy/codacy-analysis-cli-action action to v4.1.0 [\#179](https://github.com/tj-actions/verify-changed-files/pull/179) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v9.2 [\#178](https://github.com/tj-actions/verify-changed-files/pull/178) ([jackton1](https://github.com/jackton1))

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

**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))
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.2
uses: tj-actions/verify-changed-files@v10
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.2
uses: tj-actions/verify-changed-files@v10
id: verify-changed-files
with:
files: |
Expand Down

0 comments on commit 48e17a5

Please # to comment.