Upgraded from v2.1 -> v3

This commit is contained in:
jackton1
2021-04-02 13:10:37 +00:00
committed by GitHub
parent e18ccae8fe
commit bdade9e883
2 changed files with 14 additions and 2 deletions

View File

@@ -14,11 +14,11 @@ Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git
- uses: actions/checkout@v2
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v2.1
uses: tj-actions/changed-files@v3
- name: Get changed files using a comma separator
id: changed-files-comma
uses: tj-actions/changed-files@v2.1
uses: tj-actions/changed-files@v3
with:
separator: ","