Skip to content

Commit

Permalink
Merge pull request #314 from tj-actions/upgrade-to-v16
Browse files Browse the repository at this point in the history
Upgraded to v16
  • Loading branch information
repo-ranger[bot] committed Jun 22, 2023
2 parents 7f1b21c + da65453 commit cfcc766
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# [16.0.0](https://github.com/tj-actions/verify-changed-files/compare/v15.0.2...v16.0.0) - (2023-06-22)

## <!-- 7 -->⚙️ Miscellaneous Tasks

- **deps:** Update tj-actions/glob action to v17 ([238896a](https://github.com/tj-actions/verify-changed-files/commit/238896a72e93f10b7fc934cd3a1870b7dce5d625)) - (renovate[bot])

## <!-- 9 -->⬆️ Upgrades

- Upgraded from v15.0.1 -> v15.0.2 ([#313](https://github.com/tj-actions/verify-changed-files/issues/313))

Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([7f1b21c](https://github.com/tj-actions/verify-changed-files/commit/7f1b21ceb7ef533b97b46e89e2f882ee5cb17ae0)) - (tj-actions[bot])

# [15.0.2](https://github.com/tj-actions/verify-changed-files/compare/v15.0.1...v15.0.2) - (2023-06-22)

## <!-- 13 -->📦 Bumps
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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@v15
uses: tj-actions/verify-changed-files@v16
id: verify-changed-files
with:
files: |
Expand All @@ -77,7 +77,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@v15
uses: tj-actions/verify-changed-files@v16
id: verify-changed-files
with:
files: |
Expand All @@ -95,7 +95,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@v15
uses: tj-actions/verify-changed-files@v16
id: verify-changed-files

- name: List all changed files tracked and untracked files
Expand Down

0 comments on commit cfcc766

Please sign in to comment.