From 7872854b763a940d6bae68b736eb47d8f95893ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:38:48 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 39.1.2 to 40.1.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.1.2 to 40.1.1. - [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/v39.1.2...v40.1.1) --- 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/build.yml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/thank.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa408c6c..993d39ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Find changed proto files id: changed-proto-files - uses: tj-actions/changed-files@v39.1.2 + uses: tj-actions/changed-files@v40.1.1 with: files: | proto/**/*.proto diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 29ff6b98..805e40d4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -88,7 +88,7 @@ jobs: - name: Find changed go files id: changed-go-files - uses: tj-actions/changed-files@v39.1.2 + uses: tj-actions/changed-files@v40.1.1 with: files: | **/*.go @@ -133,7 +133,7 @@ jobs: - name: Find changed go files id: changed-go-files - uses: tj-actions/changed-files@v39.1.2 + uses: tj-actions/changed-files@v40.1.1 with: files: | **/*.go @@ -179,7 +179,7 @@ jobs: - name: Find changed proto files id: changed-proto-files - uses: tj-actions/changed-files@v39.1.2 + uses: tj-actions/changed-files@v40.1.1 with: files: | proto/**/*.proto diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5d501a3c..a9e385f2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,7 +64,7 @@ jobs: - name: Find change in readme file id: readme-change - uses: tj-actions/changed-files@v39.1.2 + uses: tj-actions/changed-files@v40.1.1 with: files: | README.md diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c13a072..be2fe846 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Search for all modified files that involve the execution of tests id: changed-files - uses: tj-actions/changed-files@v39.1.2 + uses: tj-actions/changed-files@v40.1.1 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index 46953f6f..9a84b6d9 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@v39.1.2 + uses: tj-actions/changed-files@v40.1.1 with: files: | go.mod