diff options
| author | v-junyli <[email protected]> | 2025-04-01 18:06:03 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-01 18:06:03 -0700 |
| commit | 89cb2a985612eb83e20b15f6445228ee7f681fba (patch) | |
| tree | 252d443a3a38dad0ecb9db09ce2490fb88f07f5f /.github/workflows | |
| parent | ee60abcd73e358f0a3f25cb5101f981e04a99168 (diff) | |
| parent | f9c0f622921ad00da0b9f0e081ec24887ed4488e (diff) | |
Merge pull request #1284 from microsoft/main
merge from main to develop 2502D
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 9c1202b2..0e5825d1 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -27,7 +27,7 @@ jobs: - name: Get changed files id: get-changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: separator: "," |
