diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67ef7526..51a0b102 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@v45.0.4 + uses: tj-actions/changed-files@v45.0.5 with: files: | proto/**/*.proto diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e9776975..a117c450 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@v45.0.4 + uses: tj-actions/changed-files@v45.0.5 with: files: | **/*.go @@ -133,7 +133,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 @@ -179,7 +179,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: | proto/**/*.proto diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bdb3956e..a7835e8e 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@v45.0.4 + uses: tj-actions/changed-files@v45.0.5 with: files: | README.md diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f9c0f58..17af384f 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@v45.0.4 + uses: tj-actions/changed-files@v45.0.5 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index 24eec9ae..66cee871 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@v45.0.4 + uses: tj-actions/changed-files@v45.0.5 with: files: | go.mod