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 v5.5 #21

Merged
merged 1 commit into from
Feb 12, 2021
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v5.5](https://github.com/tj-actions/verify-changed-files/tree/v5.5) (2021-02-12)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v5.4...v5.5)

**Merged pull requests:**

- Added changed\_files output [\#20](https://github.com/tj-actions/verify-changed-files/pull/20) ([jackton1](https://github.com/jackton1))
- Bump alpine from 3.13.0 to 3.13.1 [\#19](https://github.com/tj-actions/verify-changed-files/pull/19) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Upgraded to v5.4 [\#18](https://github.com/tj-actions/verify-changed-files/pull/18) ([jackton1](https://github.com/jackton1))

## [v5.4](https://github.com/tj-actions/verify-changed-files/tree/v5.4) (2021-01-24)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v5.3...v5.4)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
echo "Changed" > test_directory/new.txt
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v5.4
uses: tj-actions/verify-changed-files@v5.5
id: changed_files
with:
files: |
Expand Down