From b5a00636b184581e2f17a6065ccf53deee1324d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 01:39:49 +0000 Subject: [PATCH] build(deps): Bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 46. - [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/v44...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d39c1a8..562b995 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: | git clone https://github.com/BryanChasko/heraldstack-mcp.git /tmp/heraldstack-mcp cargo build --release --manifest-path /tmp/heraldstack-mcp/tools/readme-lint/Cargo.toml - - uses: tj-actions/changed-files@v44 + - uses: tj-actions/changed-files@v46 id: changed with: files: '**/*.md'