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 #182

Merged
merged 1 commit into from
Jun 22, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))

Check notice

Code scanning

Expected: 80; Actual: 158

Expected: 80; Actual: 158
- 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))

Check notice

Code scanning

Expected: 80; Actual: 195

Expected: 80; Actual: 195
- Upgraded to v9.2 [\#178](https://github.com/tj-actions/verify-changed-files/pull/178) ([jackton1](https://github.com/jackton1))

Check notice

Code scanning

Expected: 80; Actual: 129

Expected: 80; Actual: 129

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