diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index 0a17e20f8b..16d4f8f039 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Get the updated files id: updated_files - uses: jitterbit/get-changed-files@v1 + uses: Ana06/get-changed-files@v2.1.0 with: format: csv diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index f164c1dd95..19a3899b63 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -14,7 +14,7 @@ jobs: - name: Get the updated files id: updated_files - uses: jitterbit/get-changed-files@v1 + uses: Ana06/get-changed-files@v2.1.0 with: format: csv