build(deps): bump technote-space/get-diff-action from 4.1.1 to 4.1.2 (#189)
* build(deps): bump technote-space/get-diff-action from 4.1.1 to 4.1.2 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/technote-space/get-diff-action/releases) - [Changelog](https://github.com/technote-space/get-diff-action/blob/master/.releasegarc) - [Commits](https://github.com/technote-space/get-diff-action/compare/v4.1.1...v4.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] <support@github.com> * update yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
This commit is contained in:
parent
459a290951
commit
d937d2c9ce
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -8,7 +8,7 @@ updates:
|
|||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
reviewers:
|
||||||
- fedekunze
|
- fedekunze
|
||||||
- noot
|
- khoslaventures
|
||||||
labels:
|
labels:
|
||||||
- dependencies
|
- dependencies
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
@ -18,9 +18,8 @@ updates:
|
|||||||
time: "10:00"
|
time: "10:00"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
reviewers:
|
||||||
- araskachoi
|
|
||||||
- fedekunze
|
- fedekunze
|
||||||
- noot
|
- khoslaventures
|
||||||
- package-ecosystem: gomod
|
- package-ecosystem: gomod
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
- uses: technote-space/get-diff-action@v4.1.1
|
- uses: technote-space/get-diff-action@v4.1.2
|
||||||
id: git_diff
|
id: git_diff
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
SUFFIX_FILTER: |
|
||||||
|
2
.github/workflows/deploy-contract.yml
vendored
2
.github/workflows/deploy-contract.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- uses: technote-space/get-diff-action@v4.1.1
|
- uses: technote-space/get-diff-action@v4.1.2
|
||||||
id: git_diff
|
id: git_diff
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
SUFFIX_FILTER: |
|
||||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
- uses: technote-space/get-diff-action@v4.1.1
|
- uses: technote-space/get-diff-action@v4.1.2
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
SUFFIX_FILTER: |
|
||||||
.go
|
.go
|
||||||
|
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
# - uses: actions/setup-go@v2.1.3
|
# - uses: actions/setup-go@v2.1.3
|
||||||
# with:
|
# with:
|
||||||
# go-version: 1.15
|
# go-version: 1.15
|
||||||
# - uses: technote-space/get-diff-action@v4.1.1
|
# - uses: technote-space/get-diff-action@v4.1.2
|
||||||
# id: git_diff
|
# id: git_diff
|
||||||
# with:
|
# with:
|
||||||
# SUFFIX_FILTER: |
|
# SUFFIX_FILTER: |
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
- uses: actions/setup-go@v2.1.3
|
- uses: actions/setup-go@v2.1.3
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.15
|
||||||
- uses: technote-space/get-diff-action@v4.1.1
|
- uses: technote-space/get-diff-action@v4.1.2
|
||||||
id: git_diff
|
id: git_diff
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
SUFFIX_FILTER: |
|
||||||
@ -102,7 +102,7 @@ jobs:
|
|||||||
- uses: actions/setup-go@v2.1.3
|
- uses: actions/setup-go@v2.1.3
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.15
|
||||||
- uses: technote-space/get-diff-action@v4.1.1
|
- uses: technote-space/get-diff-action@v4.1.2
|
||||||
id: git_diff
|
id: git_diff
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
SUFFIX_FILTER: |
|
||||||
@ -141,7 +141,7 @@ jobs:
|
|||||||
- uses: actions/setup-go@v2.1.3
|
- uses: actions/setup-go@v2.1.3
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.15
|
||||||
- uses: technote-space/get-diff-action@v4.1.1
|
- uses: technote-space/get-diff-action@v4.1.2
|
||||||
id: git_diff
|
id: git_diff
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
SUFFIX_FILTER: |
|
||||||
@ -180,7 +180,7 @@ jobs:
|
|||||||
- uses: actions/setup-go@v2.1.3
|
- uses: actions/setup-go@v2.1.3
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.15
|
||||||
- uses: technote-space/get-diff-action@v4.1.1
|
- uses: technote-space/get-diff-action@v4.1.2
|
||||||
id: git_diff
|
id: git_diff
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
SUFFIX_FILTER: |
|
||||||
@ -219,7 +219,7 @@ jobs:
|
|||||||
# - uses: actions/setup-go@v2.1.3
|
# - uses: actions/setup-go@v2.1.3
|
||||||
# with:
|
# with:
|
||||||
# go-version: 1.15
|
# go-version: 1.15
|
||||||
# - uses: technote-space/get-diff-action@v4.1.1
|
# - uses: technote-space/get-diff-action@v4.1.2
|
||||||
# id: git_diff
|
# id: git_diff
|
||||||
# with:
|
# with:
|
||||||
# SUFFIX_FILTER: |
|
# SUFFIX_FILTER: |
|
||||||
@ -236,7 +236,7 @@ jobs:
|
|||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
- uses: technote-space/get-diff-action@v4.1.1
|
- uses: technote-space/get-diff-action@v4.1.2
|
||||||
id: git_diff
|
id: git_diff
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
SUFFIX_FILTER: |
|
||||||
|
Loading…
Reference in New Issue
Block a user