Skip to content

Commit

Permalink
Upgraded to v8.2 (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
jackton1 and jackton1 committed Jun 24, 2021
1 parent 1e10ed4 commit 7669941
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
16 changes: 15 additions & 1 deletion HISTORY.md
@@ -1,5 +1,20 @@
# Changelog

## [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)

**Closed issues:**

- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)

**Merged pull requests:**

- Update arrow direction and added branch information [\#113](https://github.com/tj-actions/changed-files/pull/113) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#112](https://github.com/tj-actions/changed-files/pull/112) ([jackton1](https://github.com/jackton1))
- Update tj-actions/verify-changed-files action to v7 [\#111](https://github.com/tj-actions/changed-files/pull/111) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v8.1 [\#110](https://github.com/tj-actions/changed-files/pull/110) ([jackton1](https://github.com/jackton1))

## [v8.1](https://github.com/tj-actions/changed-files/tree/v8.1) (2021-06-18)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8...v8.1)
Expand All @@ -20,7 +35,6 @@

- support windows-latest [\#101](https://github.com/tj-actions/changed-files/issues/101)
- issues with failed getting changed files [\#100](https://github.com/tj-actions/changed-files/issues/100)
- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)

**Merged pull requests:**

Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v8.1
uses: tj-actions/changed-files@v8.2

- name: List all modified files
run: |
Expand Down Expand Up @@ -108,11 +108,11 @@ jobs:

- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v8.1
uses: tj-actions/changed-files@v8.2

- name: Get changed files using a comma separator
id: changed-files-comma
uses: tj-actions/changed-files@v8.1
uses: tj-actions/changed-files@v8.2
with:
separator: ","

Expand All @@ -134,7 +134,7 @@ jobs:
- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v8.1
uses: tj-actions/changed-files@v8.2
with:
files: |
my-file.txt
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v8.1
uses: tj-actions/changed-files@v8.2

- name: Pre-commit
uses: pre-commit/action@v2.0.0
Expand Down

0 comments on commit 7669941

Please sign in to comment.