diff --git a/HISTORY.md b/HISTORY.md index a1dbf036..a3342790 100644 --- a/HISTORY.md +++ b/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) diff --git a/README.md b/README.md index aeca86d9..7eb2767d 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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: "," @@ -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