From cb05e6a530be1fca8ea4a6b3975d0200699680a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 03:07:29 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 46 to 47 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46 to 47. - [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/v46...v47) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '47' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/all-test-and-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all-test-and-lint.yml b/.github/workflows/all-test-and-lint.yml index d063a7c..358cdf5 100644 --- a/.github/workflows/all-test-and-lint.yml +++ b/.github/workflows/all-test-and-lint.yml @@ -44,7 +44,7 @@ jobs: - name: Changed mod files id: changed_mod_files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: | go.mod @@ -52,7 +52,7 @@ jobs: - name: Changed go files id: changed_go_files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: | **/*_test.go