Skip to content

Commit

Permalink
Merge pull request #21 from tj-actions/upgrade-to-v5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Feb 12, 2021
2 parents cedd709 + 4c6d2d7 commit 0a1c13d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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

0 comments on commit 0a1c13d

Please sign in to comment.