diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f04a038f..f176a275 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.5.0 with: files: | proto/**/*.proto diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71d924cc..364a3f40 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.5.0 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.5.0 with: files: | proto/**/*.proto diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94b87f6c..90f563c1 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.5.0 with: files: | README.md diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d4f843d..c921c2e4 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.5.0 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index 4e96049b..a7ffda7f 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.5.0 with: files: | go.mod