diff --git a/.github/workflows/create-new-sonarcloud-project.yml b/.github/workflows/create-new-sonarcloud-project.yml index 8518a61b38..0cc159eed8 100644 --- a/.github/workflows/create-new-sonarcloud-project.yml +++ b/.github/workflows/create-new-sonarcloud-project.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Get all changed integrations id: changed-integrations - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: json: true dir_names: true diff --git a/.github/workflows/detect-changes-matrix.yml b/.github/workflows/detect-changes-matrix.yml index 91380f3d89..5ae8836706 100644 --- a/.github/workflows/detect-changes-matrix.yml +++ b/.github/workflows/detect-changes-matrix.yml @@ -18,7 +18,7 @@ jobs: - name: Get list of changed files id: changed-files - uses: tj-actions/changed-files@v44.5.7 + uses: tj-actions/changed-files@v45 - name: Set matrix id: set-matrix run: | diff --git a/.github/workflows/sonarcloud-integrations.yml b/.github/workflows/sonarcloud-integrations.yml index 63fe26bf95..8756a772f8 100644 --- a/.github/workflows/sonarcloud-integrations.yml +++ b/.github/workflows/sonarcloud-integrations.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Get all changed integrations id: changed-integrations - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: json: true dir_names: true