Skip to content

Commit

Permalink
Upgraded from v6 -> v6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 8, 2021
1 parent 95c26dd commit 9b7f368
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v6.1](https://github.com/tj-actions/verify-changed-files/tree/v6.1) (2021-05-08)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v6...v6.1)

**Closed issues:**

- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36)

**Merged pull requests:**

- Update tj-actions/sync-release-version action to v8.6 [\#41](https://github.com/tj-actions/verify-changed-files/pull/41) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/github-changelog-generator action to v1.8 [\#40](https://github.com/tj-actions/verify-changed-files/pull/40) ([renovate[bot]](https://github.com/apps/renovate))
- Bump tj-actions/sync-release-version from v8 to v8.5 [\#39](https://github.com/tj-actions/verify-changed-files/pull/39) ([dependabot[bot]](https://github.com/apps/dependabot))
- Upgrade to GitHub-native Dependabot [\#38](https://github.com/tj-actions/verify-changed-files/pull/38) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Update tj-actions/github-changelog-generator action to v1.6 [\#37](https://github.com/tj-actions/verify-changed-files/pull/37) ([renovate[bot]](https://github.com/apps/renovate))
- Update alpine Docker tag to v3.13.5 [\#34](https://github.com/tj-actions/verify-changed-files/pull/34) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v6 [\#33](https://github.com/tj-actions/verify-changed-files/pull/33) ([jackton1](https://github.com/jackton1))

## [v6](https://github.com/tj-actions/verify-changed-files/tree/v6) (2021-04-04)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v5.7...v6)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
echo "Changed" > test_directory/new.txt
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v6
uses: tj-actions/verify-changed-files@v6.1
id: verify_changed_files
with:
files: |
Expand All @@ -53,7 +53,7 @@ jobs:
```yaml
...
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v6
uses: tj-actions/verify-changed-files@v6.1
id: verify_changed_files
with:
files: |
Expand Down

0 comments on commit 9b7f368

Please sign in to comment.