From 1c15fcef139fe6e35779872d66a8c9af78708f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:30:34 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 42.1.0 to 43.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.1.0 to 43.0.0. - [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/aa08304bd477b800d468db44fe10f6c61f7f7b11...77af4bed286740ef1a6387dc4e4e4dec39f96054) --- 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/integration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 63bd93403dce2..07453288794ae 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 + - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 id: core with: files: | @@ -42,7 +42,7 @@ jobs: .devcontainer/** **/Chart.yaml **/README* - - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 + - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 id: policy with: files: | @@ -58,7 +58,7 @@ jobs: files_ignore: | **/Chart.yaml **/README* - - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 + - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 id: multicluster with: files: | @@ -70,7 +70,7 @@ jobs: files_ignore: | **/Chart.yaml **/README* - - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 + - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 id: viz with: files: |