From 9af8ec1a724d2831b652025187677b51fb9fc504 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 25 Jun 2021 15:23:19 -0400 Subject: [PATCH] Upgraded to v8.3 (#116) Co-authored-by: jackton1 --- HISTORY.md | 9 +++++++++ README.md | 10 +++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c3e950a1..184ff605 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # Changelog +## [v8.3](https://github.com/tj-actions/changed-files/tree/v8.3) (2021-06-25) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.2...v8.3) + +**Merged pull requests:** + +- Fixed empty branch name in debug message [\#115](https://github.com/tj-actions/changed-files/pull/115) ([jackton1](https://github.com/jackton1)) +- Upgraded to v8.2 [\#114](https://github.com/tj-actions/changed-files/pull/114) ([jackton1](https://github.com/jackton1)) + ## [v8.2](https://github.com/tj-actions/changed-files/tree/v8.2) (2021-06-24) [Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.1...v8.2) diff --git a/README.md b/README.md index 14d9f74a..7111da88 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v8.2 + uses: tj-actions/changed-files@v8.3 - name: List all modified files run: | @@ -108,11 +108,11 @@ jobs: - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v8.2 + uses: tj-actions/changed-files@v8.3 - name: Get changed files using a comma separator id: changed-files-comma - uses: tj-actions/changed-files@v8.2 + uses: tj-actions/changed-files@v8.3 with: separator: "," @@ -134,7 +134,7 @@ jobs: - name: Get specific changed files id: changed-files-specific - uses: tj-actions/changed-files@v8.2 + uses: tj-actions/changed-files@v8.3 with: files: | my-file.txt @@ -163,7 +163,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v8.2 + uses: tj-actions/changed-files@v8.3 - name: Pre-commit uses: pre-commit/action@v2.0.0