diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8cb4105..beba3c2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: with: go-version: 1.18 check-latest: true - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 id: git_diff with: PATTERNS: | diff --git a/.github/workflows/deploy-contract.yml b/.github/workflows/deploy-contract.yml index 045e7548..469fb6a4 100644 --- a/.github/workflows/deploy-contract.yml +++ b/.github/workflows/deploy-contract.yml @@ -23,7 +23,7 @@ jobs: node-version: '12.x' - name: Install dependencies run: npm install - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 id: git_diff with: PATTERNS: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d61fcff3..37533661 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: with: go-version: 1.18 - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -36,7 +36,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | docs/**/*.md @@ -54,7 +54,7 @@ jobs: - uses: cachix/cachix-action@v10 with: name: ethermint - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.py diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index c6dd6a6e..be3ba2f7 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v3 - name: Get Diff - uses: technote-space/get-diff-action@v6.1.0 + uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/*.go diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 60bade85..716f0abb 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -22,7 +22,7 @@ jobs: run: git config --global --add safe.directory /__w/ethermint/ethermint - uses: actions/checkout@v3 - name: Get Diff - uses: technote-space/get-diff-action@v6.1.0 + uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/*.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 063a0ffc..fc31847d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: go-version: 1.18 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -48,7 +48,7 @@ jobs: go-version: 1.18 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 id: git_diff with: PATTERNS: | @@ -69,7 +69,7 @@ jobs: go-version: 1.18 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.sol @@ -90,7 +90,7 @@ jobs: go-version: 1.18 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.sol @@ -111,7 +111,7 @@ jobs: with: name: ethermint signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.sol @@ -158,7 +158,7 @@ jobs: go-version: 1.18 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -178,7 +178,7 @@ jobs: go-version: 1.18 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -198,7 +198,7 @@ jobs: go-version: 1.18 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -218,7 +218,7 @@ jobs: go-version: 1.18 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.1.0 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go