diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 991706eb1..6f43f05b5 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@v40 + uses: tj-actions/changed-files@v41 with: files: charts/*/Chart.yaml diff --git a/.github/workflows/update-sysdig-deploy-chart.yaml b/.github/workflows/update-sysdig-deploy-chart.yaml index 6c365c3a1..578167aea 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@v40 + uses: tj-actions/changed-files@v41 id: dependent_files with: files: |