From 5c222d84c01b269785d2fcbed0a8e97e5c22e28c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:01:19 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 35.9.2 to 37.0.3 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.9.2 to 37.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/v35.9.2...v37.0.3) --- 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 | 4 ++-- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/thank.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c38490c..e0a285df 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@v35.9.2 + uses: tj-actions/changed-files@v37.0.3 with: files: | proto/**/*.proto diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71d924cc..016d9c00 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@v35.9.2 + uses: tj-actions/changed-files@v37.0.3 with: files: | **/*.go @@ -140,7 +140,7 @@ jobs: - name: Find changed proto files id: changed-proto-files - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v37.0.3 with: files: | proto/**/*.proto diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6232119a..68cd5505 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@v35.9.2 + uses: tj-actions/changed-files@v37.0.3 with: files: | README.md diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d4f843d..3f15aa33 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@v35.9.2 + uses: tj-actions/changed-files@v37.0.3 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index 4e96049b..66d34fb6 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@v35.9.2 + uses: tj-actions/changed-files@v37.0.3 with: files: | go.mod