From 1396afbb3e0b947c8afb658b55027466f9c6b682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:07:24 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 41.1.2 to 42.0.7 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41.1.2 to 42.0.7. - [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/v41.1.2...v42.0.7) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/thank.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09707e1..780d2d4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -58,7 +58,7 @@ jobs: - name: Find changed go files id: changed-go-files - uses: tj-actions/changed-files@v41.1.2 + uses: tj-actions/changed-files@v42.0.7 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index 33fa286..3585a6e 100644 --- a/.github/workflows/thank.yml +++ b/.github/workflows/thank.yml @@ -15,7 +15,7 @@ jobs: - name: Find changed dependencies id: changed-dependencies - uses: tj-actions/changed-files@v41.1.2 + uses: tj-actions/changed-files@v42.0.7 with: files: | go.mod