Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to v10.1 #193

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 22 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
# Changelog

## [v10.1](https://github.com/tj-actions/verify-changed-files/tree/v10.1) (2022-07-26)

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

**Closed issues:**

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

**Merged pull requests:**

- Updated README.md [\#192](https://github.com/tj-actions/verify-changed-files/pull/192) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#191](https://github.com/tj-actions/verify-changed-files/pull/191) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#190](https://github.com/tj-actions/verify-changed-files/pull/190) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#189](https://github.com/tj-actions/verify-changed-files/pull/189) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#188](https://github.com/tj-actions/verify-changed-files/pull/188) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#187](https://github.com/tj-actions/verify-changed-files/pull/187) ([jackton1](https://github.com/jackton1))
- chore: remove unused input [\#186](https://github.com/tj-actions/verify-changed-files/pull/186) ([jackton1](https://github.com/jackton1))
- chore: update readme [\#185](https://github.com/tj-actions/verify-changed-files/pull/185) ([jackton1](https://github.com/jackton1))
- chore\(deps\): update tj-actions/github-changelog-generator action to v1.14 [\#184](https://github.com/tj-actions/verify-changed-files/pull/184) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update tj-actions/verify-changed-files action to v10 [\#183](https://github.com/tj-actions/verify-changed-files/pull/183) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v10 [\#182](https://github.com/tj-actions/verify-changed-files/pull/182) ([jackton1](https://github.com/jackton1))

## [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.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:**

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