From 8e54e4554012a42e70cd28afab4305a766a4952e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 04:18:53 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 44.5.1 to 44.5.2 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.1 to 44.5.2. - [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/03334d095e2739fa9ac4034ec16f66d5d01e9eba...d6babd6899969df1a11d14c368283ea4436bca78) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 945594852232c..b36903ef4371c 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@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + - uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d15ce3d9ce1d6..be8faceead11f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + - uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 id: core with: files: |