From 2a271612e9752447cb1c4a6c0603ba7b33bdce0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:08:47 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 45.0.2 to 45.0.3 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.2 to 45.0.3. - [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/v45.0.2...v45.0.3) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/thank.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1eaf2e3..f751031 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,7 +53,7 @@ jobs: - name: Find changed go files id: changed-go-files - uses: tj-actions/changed-files@v45.0.2 + uses: tj-actions/changed-files@v45.0.3 with: files: | **/*.go @@ -98,7 +98,7 @@ jobs: - name: Find changed go files id: changed-go-files - uses: tj-actions/changed-files@v45.0.2 + uses: tj-actions/changed-files@v45.0.3 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index ba0e81c..19d9a67 100644 --- a/.github/workflows/thank.yml +++ b/.github/workflows/thank.yml @@ -17,7 +17,7 @@ jobs: - name: Find changed dependencies id: changed-dependencies - uses: tj-actions/changed-files@v45.0.2 + uses: tj-actions/changed-files@v45.0.3 with: files: | go.mod