From 8e4114517985ed5d743bc601ede32e57633ac4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:25:35 +0000 Subject: [PATCH] chore: bump tj-actions/changed-files from 36 to 42 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36 to 42. - [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/v36...v42) --- 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/build.yaml | 8 ++++---- .github/workflows/datree-validation.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e5f7f273efce..acb659ded0d6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v42 with: files: | docs/** @@ -76,7 +76,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v42 with: files: | ci/helm-chart/** @@ -107,7 +107,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v42 with: files: | **/*.ts @@ -163,7 +163,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v42 with: files: | **/*.ts diff --git a/.github/workflows/datree-validation.yml b/.github/workflows/datree-validation.yml index d30744a34ccf..1c4ba346a09a 100644 --- a/.github/workflows/datree-validation.yml +++ b/.github/workflows/datree-validation.yml @@ -24,7 +24,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v42 with: files: | *.yaml