diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 32920ff..1ba74f2 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -26,7 +26,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: separator: "," skip_initial_fetch: true