From 64409c5bede7ee1fd5feba4ca1d646df9c662512 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sat, 1 May 2021 19:19:26 +0000 Subject: [PATCH] Upgraded from v4.4 -> v5 --- HISTORY.md | 9 +++++++++ README.md | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ae2d6d96ed4..9840257f6c5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # Changelog +## [v5](https://github.com/tj-actions/changed-files/tree/v5) (2021-05-01) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.4...v5) + +**Merged pull requests:** + +- Switch to using a bash script. [\#39](https://github.com/tj-actions/changed-files/pull/39) ([jackton1](https://github.com/jackton1)) +- Upgraded to v4.4 [\#38](https://github.com/tj-actions/changed-files/pull/38) ([jackton1](https://github.com/jackton1)) + ## [v4.4](https://github.com/tj-actions/changed-files/tree/v4.4) (2021-05-01) [Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.3...v4.4) diff --git a/README.md b/README.md index ee85cbe2800..2413c8bc8f3 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v4.4 + uses: tj-actions/changed-files@v5 - name: List all modified files run: | @@ -100,11 +100,11 @@ jobs: - uses: actions/checkout@v2 - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v4.4 + uses: tj-actions/changed-files@v5 - name: Get changed files using a comma separator id: changed-files-comma - uses: tj-actions/changed-files@v4.4 + uses: tj-actions/changed-files@v5 with: separator: "," @@ -160,7 +160,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v4.4 + uses: tj-actions/changed-files@v5 - name: Pre-commit uses: pre-commit/action@v2.0.0