-
Notifications
You must be signed in to change notification settings - Fork 0
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 6.1.1 to 6.1.2
Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/technote-space/get-diff-action/releases) - [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc) - [Commits](technote-space/get-diff-action@v6.1.1...v6.1.2) --- updated-dependencies: - dependency-name: technote-space/get-diff-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2794ee5
commit 13cb632
Showing
9 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
fetch-depth: 0 | ||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
with: | ||
PATTERNS: | | ||
docs/**/*.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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
with: | ||
go-version: 1.18 | ||
check-latest: true | ||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
id: git_diff | ||
with: | ||
PATTERNS: | | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
with: | ||
PATTERNS: | | ||
**/**.sol | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
with: | ||
go-version: 1.18.3 | ||
- uses: actions/checkout@v3 | ||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
with: | ||
PATTERNS: | | ||
**/**.go | ||
|
@@ -38,7 +38,7 @@ jobs: | |
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
with: | ||
PATTERNS: | | ||
docs/**/*.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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
id: git_diff | ||
with: | ||
PATTERNS: | | ||
|
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: Checkout Source | ||
uses: actions/checkout@v3 | ||
- name: Get Diff | ||
uses: technote-space/[email protected].1 | ||
uses: technote-space/[email protected].2 | ||
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
run: git config --global --add safe.directory /__w/evmos/evmos | ||
- uses: actions/checkout@v3 | ||
- name: Get Diff | ||
uses: technote-space/[email protected].1 | ||
uses: technote-space/[email protected].2 | ||
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Get Diff | ||
uses: technote-space/[email protected].1 | ||
uses: technote-space/[email protected].2 | ||
with: | ||
PATTERNS: | | ||
**/*.sol | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
go-version: 1.18 | ||
check-latest: true | ||
- uses: actions/checkout@v3 | ||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
with: | ||
PATTERNS: | | ||
**/**.sol | ||
|