Skip to content

Commit

Permalink
chore(deps): bump technote-space/get-diff-action from 6.0.1 to 6.1.2 (o…
Browse files Browse the repository at this point in the history
…smosis-labs#5148)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6.0.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.0.1...v6.1.2)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 11, 2023
1 parent 7d36a3f commit 269ea88
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get git diff
uses: technote-space/get-diff-action@v6.0.1
uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.wasm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**/*.wasm
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/bytecode/*.wasm
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.rs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '^1.20'
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
# Full git history is needed to get a proper list of changed files
# within `super-linter`.
fetch-depth: 0
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: '^1.20'
-
name: Get git diff
uses: technote-space/get-diff-action@v6.0.1
uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.wasm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Get git diff
uses: technote-space/get-diff-action@v6.0.1
uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
fetch-depth: 0
- name: Get git diff
uses: technote-space/get-diff-action@v6.0.1
uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.wasm
Expand Down

0 comments on commit 269ea88

Please sign in to comment.