From a25efc890498be415c478a6b6bd29242b5ea2072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:34:57 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 42.1.0 to 43.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.1.0 to 43.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/v42.1.0...v43.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 3115de7..54b5922 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.1.0 + uses: tj-actions/changed-files@v43.0.0 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index 035807e..69164e6 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.1.0 + uses: tj-actions/changed-files@v43.0.0 with: files: | go.mod