Skip to content

Commit

Permalink
Merge pull request #19 from tj-actions/upgrade-to-v3.3
Browse files Browse the repository at this point in the history
Upgraded to v3.3
  • Loading branch information
jackton1 committed Apr 21, 2021
2 parents 489e2d5 + b60f5e5 commit feadcbc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
@@ -1,5 +1,14 @@
# Changelog

## [v3.3](https://github.com/tj-actions/changed-files/tree/v3.3) (2021-04-20)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.2...v3.3)

**Merged pull requests:**

- Update action.yml [\#18](https://github.com/tj-actions/changed-files/pull/18) ([jackton1](https://github.com/jackton1))
- Upgraded to v3.2 [\#17](https://github.com/tj-actions/changed-files/pull/17) ([jackton1](https://github.com/jackton1))

## [v3.2](https://github.com/tj-actions/changed-files/tree/v3.2) (2021-04-11)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.1...v3.2)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v3.2
uses: tj-actions/changed-files@v3.3
```


Expand All @@ -44,11 +44,11 @@ jobs:
- uses: actions/checkout@v2
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v3.2
uses: tj-actions/changed-files@v3.3

- name: Get changed files using a comma separator
id: changed-files-comma
uses: tj-actions/changed-files@v3.2
uses: tj-actions/changed-files@v3.3
with:
separator: ","

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v3.2
uses: tj-actions/changed-files@v3.3

- name: Pre-commit
uses: pre-commit/action@v2.0.0
Expand Down

0 comments on commit feadcbc

Please sign in to comment.