bump changed-files action version
This commit is contained in:
7
.github/workflows/e2e.yaml
vendored
7
.github/workflows/e2e.yaml
vendored
@ -32,11 +32,12 @@ jobs:
|
||||
- name: Get changed files
|
||||
if: github.event.pull_request.head.repo.fork == false
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v34
|
||||
uses: tj-actions/changed-files@v45
|
||||
with:
|
||||
dir_names: "true"
|
||||
dir_names: true
|
||||
separator: ","
|
||||
files: "quickstart/*"
|
||||
dir_names_include_files: "quickstart/*"
|
||||
files: "quickstart/**"
|
||||
files_ignore: "**/TestRecord.md"
|
||||
dir_names_max_depth: 2
|
||||
- name: test pr
|
||||
|
Reference in New Issue
Block a user