Skip to content

Commit

Permalink
Merge pull request #378 from tj-actions/upgrade-to-v18
Browse files Browse the repository at this point in the history
Upgraded to v18
  • Loading branch information
repo-ranger[bot] committed Feb 3, 2024
2 parents eb6d385 + a3189f7 commit af712b8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

# [18.0.0](https://github.com/tj-actions/verify-changed-files/compare/v17.1.0...v18.0.0) - (2024-02-01)

## <!-- 26 -->🔄 Update

- Update README.md ([eb6d385](https://github.com/tj-actions/verify-changed-files/commit/eb6d385c0e52fb28e2f6b70e15c835cb3cbfff17)) - (Tonye Jack)

## <!-- 30 -->📝 Other

- PR [#376](https://github.com/tj-actions/verify-changed-files/pull/376): update peter-evans/create-pull-request action to v6 ([9c9cfe3](https://github.com/tj-actions/verify-changed-files/commit/9c9cfe3186f1dd857997da7f291e6086fbefb3b1)) - (repo-ranger[bot])
- PR [#375](https://github.com/tj-actions/verify-changed-files/pull/375): update tj-actions/glob action to v20 ([5ef175f](https://github.com/tj-actions/verify-changed-files/commit/5ef175f2fd84957530d0fdd1384a541069e403f2)) - (repo-ranger[bot])

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

- **deps:** Update peter-evans/create-pull-request action to v6 ([809c01f](https://github.com/tj-actions/verify-changed-files/commit/809c01fc80c7aff6bea863d0e2b4e8c4de0fd5d1)) - (renovate[bot])
- **deps:** Update tj-actions/glob action to v20 ([338873f](https://github.com/tj-actions/verify-changed-files/commit/338873f5ae24dc5af58fb334801ee8d12ad292d4)) - (renovate[bot])

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

- Upgraded from v17.0.2 -> v17.1.0 ([#374](https://github.com/tj-actions/verify-changed-files/issues/374))

Co-authored-by: jackton1 <jackton1@users.noreply.github.com> ([58f5ac7](https://github.com/tj-actions/verify-changed-files/commit/58f5ac78e19e6cc3fb9d4048ae1a13bf364fa983)) - (tj-actions[bot])

# [17.1.0](https://github.com/tj-actions/verify-changed-files/compare/v17.0.2...v17.1.0) - (2024-01-20)

## <!-- 0 -->🚀 Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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@v17
uses: tj-actions/verify-changed-files@v18
id: verify-changed-files
with:
files: |
Expand All @@ -81,7 +81,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@v17
uses: tj-actions/verify-changed-files@v18
id: verify-changed-files
with:
files: |
Expand All @@ -99,7 +99,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@v17
uses: tj-actions/verify-changed-files@v18
id: verify-changed-files

- name: List all changed tracked and untracked files
Expand All @@ -124,7 +124,7 @@ Support this project with a :star:
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

```yaml
- uses: tj-actions/verify-changed-files@v17
- uses: tj-actions/verify-changed-files@v18
id: verify-changed-files
with:
# Indicates whether to fail if files have changed.
Expand Down

0 comments on commit af712b8

Please sign in to comment.