diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3662235de..98b24fda8 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@v35 + uses: tj-actions/changed-files@v40 with: files: charts/*/Chart.yaml diff --git a/.github/workflows/update-sysdig-deploy-chart.yaml b/.github/workflows/update-sysdig-deploy-chart.yaml index be9eb8ab0..6ea737843 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@v35 + uses: tj-actions/changed-files@v40 id: dependent_files with: files: |