From 19d2955b38b84ceea56e393773b94df797fabddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 04:40:24 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 44.0.1 to 44.1.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.0.1 to 44.1.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/635f118699dd888d737c15018cd30aff2e0274f8...e052d30e1c0bdf27cd806b01ca3b393f47b50c62) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/integration.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ade36b026cb50..0d11a6db53df5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 + - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index db20beb8bb3c6..e095b8efcfc38 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 + - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 id: core with: files: | @@ -45,7 +45,7 @@ jobs: .devcontainer/** **/Chart.yaml **/README* - - uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 + - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 id: policy with: files: | @@ -61,7 +61,7 @@ jobs: files_ignore: | **/Chart.yaml **/README* - - uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 + - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 id: multicluster with: files: | @@ -73,7 +73,7 @@ jobs: files_ignore: | **/Chart.yaml **/README* - - uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 + - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 id: viz with: files: |