From 31eafb1099003424c15876b7d7fa2f0595114200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 04:26:43 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 480f49412651059a414a6a5c96887abb1877de8a to 403a8a6fd188648f8a5adab2047d8eab5c0a4b34. - [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/480f49412651059a414a6a5c96887abb1877de8a...403a8a6fd188648f8a5adab2047d8eab5c0a4b34) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 403a8a6fd188648f8a5adab2047d8eab5c0a4b34 dependency-type: direct:production ... 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 c6cf37cd1c66f..0345d2d195e8c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a + - uses: tj-actions/changed-files@403a8a6fd188648f8a5adab2047d8eab5c0a4b34 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 53bed316055da..cd501c3eb1b65 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a + - uses: tj-actions/changed-files@403a8a6fd188648f8a5adab2047d8eab5c0a4b34 id: core with: files: |