diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 94bf61f..836e431 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.5.1 + uses: tj-actions/changed-files@v45.0.0 - name: Set CHANGED_FILES as environment variable env: CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}