generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #594 from okp4/dependabot/github_actions/tj-action…
…s/changed-files-42.0.7
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
|
||
- name: Find changed proto files | ||
id: changed-proto-files | ||
uses: tj-actions/[email protected].6 | ||
uses: tj-actions/[email protected].7 | ||
with: | ||
files: | | ||
proto/**/*.proto | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
|
||
- name: Find changed go files | ||
id: changed-go-files | ||
uses: tj-actions/[email protected].6 | ||
uses: tj-actions/[email protected].7 | ||
with: | ||
files: | | ||
**/*.go | ||
|
@@ -133,7 +133,7 @@ jobs: | |
|
||
- name: Find changed go files | ||
id: changed-go-files | ||
uses: tj-actions/[email protected].6 | ||
uses: tj-actions/[email protected].7 | ||
with: | ||
files: | | ||
**/*.go | ||
|
@@ -179,7 +179,7 @@ jobs: | |
|
||
- name: Find changed proto files | ||
id: changed-proto-files | ||
uses: tj-actions/[email protected].6 | ||
uses: tj-actions/[email protected].7 | ||
with: | ||
files: | | ||
proto/**/*.proto | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
|
||
- name: Find change in readme file | ||
id: readme-change | ||
uses: tj-actions/[email protected].6 | ||
uses: tj-actions/[email protected].7 | ||
with: | ||
files: | | ||
README.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
|
||
- name: Search for all modified files that involve the execution of tests | ||
id: changed-files | ||
uses: tj-actions/[email protected].6 | ||
uses: tj-actions/[email protected].7 | ||
with: | ||
files: | | ||
**/*.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
|
||
- name: Find changed dependencies | ||
id: changed-dependencies | ||
uses: tj-actions/[email protected].6 | ||
uses: tj-actions/[email protected].7 | ||
with: | ||
files: | | ||
go.mod | ||
|