Skip to content

Commit

Permalink
ci: release test
Browse files Browse the repository at this point in the history
  • Loading branch information
lihua committed Apr 29, 2024
1 parent 060638e commit 01f8b41
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/actions/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: "1.20"
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
- uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
**/**.go
Expand All @@ -39,7 +39,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
- uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
**/**.md
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
- uses: goinweb3/get-diff-action@v7.0.0
id: git_diff
with:
PATTERNS: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4
- name: Get Diff
uses: technote-space/get-diff-action@v6.1.2
uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
**/*.go
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: git config --global --add safe.directory /__w/evmos/evmos
- uses: actions/checkout@v4
- name: Get Diff
uses: technote-space/get-diff-action@v6.1.2
uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
**/*.go
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Get Diff
uses: technote-space/get-diff-action@v6.1.2
uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
**/*.sol
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: "1.20"
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
- uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
**/**.sol
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: "1.20"
check-latest: true
- uses: technote-space/get-diff-action@v6.1.2
- uses: goinweb3/get-diff-action@v7.0.0
id: git_diff
with:
PATTERNS: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
- uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
**/**.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
check-latest: true
- name: "Checkout Repository"
uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
- uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
**/**.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: "1.20"
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
- uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
**/**.sol
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: "1.20"
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
- uses: goinweb3/get-diff-action@v7.0.0
with:
PATTERNS: |
app/*
Expand Down

0 comments on commit 01f8b41

Please sign in to comment.