Skip to content

Commit

Permalink
Merge pull request #594 from okp4/dependabot/github_actions/tj-action…
Browse files Browse the repository at this point in the history
…s/changed-files-42.0.7
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
2 parents 8161ab9 + 477e7d8 commit 1626608
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@v42.0.6
uses: tj-actions/changed-files@v42.0.7
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@v42.0.6
uses: tj-actions/changed-files@v42.0.7
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@v42.0.6
uses: tj-actions/changed-files@v42.0.7
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@v42.0.6
uses: tj-actions/changed-files@v42.0.7
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@v42.0.6
uses: tj-actions/changed-files@v42.0.7
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@v42.0.6
uses: tj-actions/changed-files@v42.0.7
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@v42.0.6
uses: tj-actions/changed-files@v42.0.7
with:
files: |
go.mod
Expand Down

0 comments on commit 1626608

Please sign in to comment.