Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 35.9.2 to 37.3.0
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.9.2 to 37.3.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v35.9.2...v37.3.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 19, 2023
1 parent 56a5f92 commit 8e19234
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
with:
files: |
proto/**/*.proto
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
with:
files: |
**/*.go
Expand Down Expand Up @@ -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.3.0
with:
files: |
proto/**/*.proto
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
with:
files: |
README.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
with:
files: |
**/*.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
with:
files: |
go.mod
Expand Down

0 comments on commit 8e19234

Please sign in to comment.