From 583c56d2c459df89695d37b36dcc9577b3863c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:04:03 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 41.1.2 to 42.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41.1.2 to 42.0.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/v41.1.2...v42.0.0) --- 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 be4a3f4..8ecf743 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.0 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index 33fa286..86e8b38 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.0 with: files: | go.mod