From 7455ca75710a6843df6af5e61969196058cd6379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 04:20:07 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 70069877f29101175ed2b055d210fe8b1d54d7d7 to 2d752abc95ba0255af33a2b4d5de03df3954cdf2. - [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/70069877f29101175ed2b055d210fe8b1d54d7d7...2d752abc95ba0255af33a2b4d5de03df3954cdf2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 2d752abc95ba0255af33a2b4d5de03df3954cdf2 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 940709f32469a..1a0918d1ed765 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }} steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd - - uses: tj-actions/changed-files@70069877f29101175ed2b055d210fe8b1d54d7d7 + - uses: tj-actions/changed-files@2d752abc95ba0255af33a2b4d5de03df3954cdf2 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 472ded745d21e..4815bdde84494 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@70069877f29101175ed2b055d210fe8b1d54d7d7 + - uses: tj-actions/changed-files@2d752abc95ba0255af33a2b4d5de03df3954cdf2 id: core with: files: |