From 8bf8b86fd92a095de49a090bab964c8d563ce7df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:49:15 +0000 Subject: [PATCH] :arrow_up: Bump tj-actions/changed-files from 45.0.4 to 45.0.5 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.4 to 45.0.5. - [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.4...v45.0.5) --- 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 80b4b34..e50aa88 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -57,7 +57,7 @@ jobs: - name: Find changed go files id: changed-go-files - uses: tj-actions/changed-files@v45.0.4 + uses: tj-actions/changed-files@v45.0.5 with: files: | **/*.go @@ -98,7 +98,7 @@ jobs: - name: Find changed proto files id: changed-proto-files - uses: tj-actions/changed-files@v45.0.4 + uses: tj-actions/changed-files@v45.0.5 with: files: | internal/**/*.proto diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index b67697f..635c05b 100644 --- a/.github/workflows/thank.yml +++ b/.github/workflows/thank.yml @@ -16,7 +16,7 @@ jobs: - name: Find changed dependencies id: changed-dependencies - uses: tj-actions/changed-files@v45.0.4 + uses: tj-actions/changed-files@v45.0.5 with: files: | go.mod