From 669bce6c257eec0dff71fde3c797c2db8de3bce1 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sun, 11 Apr 2021 22:00:41 +0000 Subject: [PATCH] Upgraded from v3.1 -> v3.2 --- HISTORY.md | 10 ++++++++++ README.md | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c40ad6a9..a1dbf036 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,15 @@ # Changelog +## [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) + +**Merged pull requests:** + +- Add support for all modified files [\#16](https://github.com/tj-actions/changed-files/pull/16) ([jackton1](https://github.com/jackton1)) +- Update test.yml [\#14](https://github.com/tj-actions/changed-files/pull/14) ([jackton1](https://github.com/jackton1)) +- Upgraded to v3.1 [\#13](https://github.com/tj-actions/changed-files/pull/13) ([jackton1](https://github.com/jackton1)) + ## [v3.1](https://github.com/tj-actions/changed-files/tree/v3.1) (2021-04-04) [Full Changelog](https://github.com/tj-actions/changed-files/compare/v3...v3.1) diff --git a/README.md b/README.md index 185d375f..2257cd05 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.1 + uses: tj-actions/changed-files@v3.2 ``` @@ -44,11 +44,11 @@ jobs: - uses: actions/checkout@v2 - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v3.1 + uses: tj-actions/changed-files@v3.2 - name: Get changed files using a comma separator id: changed-files-comma - uses: tj-actions/changed-files@v3.1 + uses: tj-actions/changed-files@v3.2 with: separator: ","