This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump technote-space/get-diff-action from 5 to 6.0.1 (#880)
- Loading branch information
1 parent
4ec7942
commit 2a58069
Showing
6 changed files
with
11 additions
and
11 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
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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: technote-space/get-diff-action@v5 | ||
- uses: technote-space/get-diff-action@v6.0.1 | ||
with: | ||
SUFFIX_FILTER: | | ||
.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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
timeout-minutes: 5 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: technote-space/get-diff-action@v5 | ||
- uses: technote-space/get-diff-action@v6.0.1 | ||
with: | ||
PATTERNS: | | ||
**/**.proto | ||
|
@@ -21,7 +21,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: technote-space/get-diff-action@v5 | ||
- uses: technote-space/get-diff-action@v6.0.1 | ||
with: | ||
PATTERNS: | | ||
**/**.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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- name: Checkout Source | ||
uses: actions/[email protected] | ||
- name: Get Diff | ||
uses: technote-space/get-diff-action@v5 | ||
uses: technote-space/get-diff-action@v6.0.1 | ||
with: | ||
PATTERNS: | | ||
**/*.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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
with: | ||
go-version: 1.17 | ||
- uses: actions/[email protected] | ||
- uses: technote-space/get-diff-action@v5 | ||
- uses: technote-space/get-diff-action@v6.0.1 | ||
with: | ||
PATTERNS: | | ||
**/**.sol | ||
|
@@ -63,7 +63,7 @@ jobs: | |
with: | ||
go-version: 1.17 | ||
- uses: actions/[email protected] | ||
- uses: technote-space/get-diff-action@v5 | ||
- uses: technote-space/get-diff-action@v6.0.1 | ||
id: git_diff | ||
with: | ||
SUFFIX_FILTER: | | ||
|
@@ -87,7 +87,7 @@ jobs: | |
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.17 | ||
- uses: technote-space/get-diff-action@v5 | ||
- uses: technote-space/get-diff-action@v6.0.1 | ||
id: git_diff | ||
with: | ||
PATTERNS: | | ||
|
@@ -110,7 +110,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
go-version: 1.17 | ||
- uses: technote-space/get-diff-action@v5 | ||
- uses: technote-space/get-diff-action@v6.0.1 | ||
id: git_diff | ||
with: | ||
PATTERNS: | | ||
|
@@ -139,7 +139,7 @@ jobs: | |
with: | ||
go-version: 1.17 | ||
- uses: actions/[email protected] | ||
- uses: technote-space/get-diff-action@v5 | ||
- uses: technote-space/get-diff-action@v6.0.1 | ||
with: | ||
PATTERNS: | | ||
**/**.sol | ||
|