Skip to content

Commit

Permalink
build(deps): Bump technote-space/get-diff-action from 6.1.1 to 6.1.2 (#…
Browse files Browse the repository at this point in the history
…14204)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2022
1 parent 2d09d16 commit cdae85f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.4
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand All @@ -142,7 +142,7 @@ jobs:
needs: [tests, test-integration, test-e2e]
steps:
- uses: actions/checkout@v3
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: client/v2/go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: core/go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: depinject/go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: errors/go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: math/go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: simapp/go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: tx/go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: tools/rosetta/go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
go-version: 1.19.4
cache: true
cache-dependency-path: tools/cosmovisor/go.sum
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
PATTERNS: |
Expand Down

0 comments on commit cdae85f

Please sign in to comment.