From 031214684227598a02efc5ea012d63a525d3ca50 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 1 May 2021 16:29:02 -0400 Subject: [PATCH] Upgraded to v5.1 (#44) Co-authored-by: jackton1 --- HISTORY.md | 8 ++++++++ README.md | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8d7748cf..e8873899 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Changelog +## [v5.1](https://github.com/tj-actions/changed-files/tree/v5.1) (2021-05-01) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5...v5.1) + +**Merged pull requests:** + +- Upgraded to v5 [\#43](https://github.com/tj-actions/changed-files/pull/43) ([jackton1](https://github.com/jackton1)) + ## [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) diff --git a/README.md b/README.md index c1510c21..68111f1f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v5 + uses: tj-actions/changed-files@v5.1 - name: List all modified files run: | @@ -102,11 +102,11 @@ jobs: - uses: actions/checkout@v2 - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v5 + uses: tj-actions/changed-files@v5.1 - name: Get changed files using a comma separator id: changed-files-comma - uses: tj-actions/changed-files@v5 + uses: tj-actions/changed-files@v5.1 with: separator: "," @@ -162,7 +162,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v5 + uses: tj-actions/changed-files@v5.1 - name: Pre-commit uses: pre-commit/action@v2.0.0