From a265e8266704bf6965f66f2556ea724d0c4876bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:22:32 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 42.0.7 to 42.1.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.7 to 42.1.0. - [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/v42.0.7...v42.1.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... 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 780d2d4..3115de7 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@v42.0.7 + uses: tj-actions/changed-files@v42.1.0 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index 3585a6e..035807e 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@v42.0.7 + uses: tj-actions/changed-files@v42.1.0 with: files: | go.mod