From 41c6a2f67a63436edd1b66cc56e2388671beb9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:09:07 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 35 to 40 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 40. - [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/v35...v40) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... 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 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 76598bbf1..229bd5b1b 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: |