Browse Source

build(deps): Bump technote-space/get-diff-action from v1 to v3 (#5246)

pull/5249/head
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
f6c9a551b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions
  1. +4
    -4
      .github/workflows/coverage.yml
  2. +1
    -1
      .github/workflows/lint.yaml
  3. +4
    -4
      .github/workflows/tests.yml

+ 4
- 4
.github/workflows/coverage.yml View File

@ -38,7 +38,7 @@ jobs:
needs: split-test-files needs: split-test-files
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
- uses: technote-space/get-diff-action@v3
with: with:
SUFFIX_FILTER: | SUFFIX_FILTER: |
.go .go
@ -64,7 +64,7 @@ jobs:
needs: split-test-files needs: split-test-files
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
- uses: technote-space/get-diff-action@v3
with: with:
SUFFIX_FILTER: | SUFFIX_FILTER: |
.go .go
@ -90,7 +90,7 @@ jobs:
needs: split-test-files needs: split-test-files
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
- uses: technote-space/get-diff-action@v3
with: with:
SUFFIX_FILTER: | SUFFIX_FILTER: |
.go .go
@ -116,7 +116,7 @@ jobs:
needs: split-test-files needs: split-test-files
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
- uses: technote-space/get-diff-action@v3
with: with:
SUFFIX_FILTER: | SUFFIX_FILTER: |
.go .go


+ 1
- 1
.github/workflows/lint.yaml View File

@ -14,7 +14,7 @@ jobs:
timeout-minutes: 4 timeout-minutes: 4
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
- uses: technote-space/get-diff-action@v3
with: with:
SUFFIX_FILTER: | SUFFIX_FILTER: |
.go .go


+ 4
- 4
.github/workflows/tests.yml View File

@ -24,7 +24,7 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
- uses: technote-space/get-diff-action@v3
with: with:
SUFFIX_FILTER: | SUFFIX_FILTER: |
.go .go
@ -58,7 +58,7 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
- uses: technote-space/get-diff-action@v3
with: with:
SUFFIX_FILTER: | SUFFIX_FILTER: |
.go .go
@ -92,7 +92,7 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
- uses: technote-space/get-diff-action@v3
with: with:
SUFFIX_FILTER: | SUFFIX_FILTER: |
.go .go
@ -125,7 +125,7 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
- uses: technote-space/get-diff-action@v3
with: with:
SUFFIX_FILTER: | SUFFIX_FILTER: |
.go .go


Loading…
Cancel
Save