diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index cbca6ad..94bf61f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -94,7 +94,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44.4.0 + uses: tj-actions/changed-files@v44.5.1 - name: Set CHANGED_FILES as environment variable env: CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}