diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2fa995d1d..dd6d8c964 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: - name: Retrieve a list of updated charts id: updated-charts - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: charts/*/Chart.yaml diff --git a/.github/workflows/update-sysdig-deploy-chart.yaml b/.github/workflows/update-sysdig-deploy-chart.yaml index 5a1566790..0439988b4 100644 --- a/.github/workflows/update-sysdig-deploy-chart.yaml +++ b/.github/workflows/update-sysdig-deploy-chart.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Check if dependent charts were modified or not - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: dependent_files with: files: |