Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
build(deps): bump technote-space/get-diff-action from 4.1.1 to 4.1.2 (#…
Browse files Browse the repository at this point in the history
…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](technote-space/get-diff-action@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] <[email protected]>

* update yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze <[email protected]>
  • Loading branch information
dependabot[bot] and fedekunze authored Jun 25, 2021
1 parent 459a290 commit d937d2c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
open-pull-requests-limit: 10
reviewers:
- fedekunze
- noot
- khoslaventures
labels:
- dependencies
- package-ecosystem: docker
Expand All @@ -18,9 +18,8 @@ updates:
time: "10:00"
open-pull-requests-limit: 10
reviewers:
- araskachoi
- fedekunze
- noot
- khoslaventures
- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '12.x'
- name: Install dependencies
run: npm install
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/[email protected]
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
with:
SUFFIX_FILTER: |
.go
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - uses: actions/[email protected]
# with:
# go-version: 1.15
# - uses: technote-space/[email protected].1
# - uses: technote-space/[email protected].2
# id: git_diff
# with:
# SUFFIX_FILTER: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
# - uses: actions/[email protected]
# with:
# go-version: 1.15
# - uses: technote-space/[email protected].1
# - uses: technote-space/[email protected].2
# id: git_diff
# with:
# SUFFIX_FILTER: |
Expand All @@ -236,7 +236,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/[email protected]
- uses: technote-space/[email protected].1
- uses: technote-space/[email protected].2
id: git_diff
with:
SUFFIX_FILTER: |
Expand Down

0 comments on commit d937d2c

Please sign in to comment.