From 8beb9bb04b7342afc48131db69c93ad54b74b12a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:52:02 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 44.0.0 to 45.0.2 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.0.0 to 45.0.2. - [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/v44.0.0...v45.0.2) --- 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 | 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 73a3be2..3bb5be7 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@v44.5.7 + uses: tj-actions/changed-files@v45.0.2 with: files: | **/*.go @@ -98,7 +98,7 @@ jobs: - name: Find changed go files id: changed-go-files - uses: tj-actions/changed-files@v44.5.7 + uses: tj-actions/changed-files@v45.0.2 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index ab0511d..ba0e81c 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@v44.5.7 + uses: tj-actions/changed-files@v45.0.2 with: files: | go.mod