From 32228129389e4d5cbc47d3bf75f96a6876412250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:52:55 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v40...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/update-sysdig-deploy-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |