Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 35.9.2 to 39.0.2 (#448)
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 39.0.2.
- [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...v39.0.2)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 18, 2023
1 parent c5ddb85 commit 184325f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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@v39.0.2
with:
files: |
proto/**/*.proto
Expand Down
6 changes: 3 additions & 3 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@v39.0.2
with:
files: |
**/*.go
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

- name: Find changed go files
id: changed-go-files
uses: tj-actions/changed-files@v35.9.2
uses: tj-actions/changed-files@v39.0.2
with:
files: |
**/*.go
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Find changed proto files
id: changed-proto-files
uses: tj-actions/changed-files@v35.9.2
uses: tj-actions/changed-files@v39.0.2
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@v39.0.2
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@v39.0.2
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@v39.0.2
with:
files: |
go.mod
Expand Down

0 comments on commit 184325f

Please sign in to comment.