Skip to content

Commit

Permalink
Merge branch 'main' into release/v0.44.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue authored Feb 8, 2022
2 parents 417dbcf + cf9d446 commit 95f1b2d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 6
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
**/**.go
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
**/**.go
Expand All @@ -83,7 +83,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
go-version: 1.15
- name: Display go version
run: go version
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
**/**.go
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.0.1
id: git_diff
with:
PATTERNS: |
Expand All @@ -73,7 +73,7 @@ jobs:
# go-version: 1.15
# - name: Display go version
# run: go version
# - uses: technote-space/get-diff-action@v5.0.2
# - uses: technote-space/get-diff-action@v6.0.1
# id: git_diff
# with:
# PREFIX_FILTER: |
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
**/**.go
Expand All @@ -151,7 +151,7 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v5.0.2
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
**/**.go
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
# - uses: actions/[email protected]
# with:
# go-version: 1.15
# - uses: technote-space/get-diff-action@v5.0.2
# - uses: technote-space/get-diff-action@v6.0.1
# id: git_diff
# with:
# PATTERNS: |
Expand Down

0 comments on commit 95f1b2d

Please sign in to comment.