From 6e63cc6b95a0b03dcba87f4d2b857957ffa1018c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 15:57:31 +0200 Subject: [PATCH] build(deps): bump technote-space/get-diff-action from 6.1.0 to 6.1.1 (#1385) Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/technote-space/get-diff-action/releases) - [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc) - [Commits](https://github.com/technote-space/get-diff-action/compare/v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: technote-space/get-diff-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/deploy-contract.yml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/security.yml | 2 +- .github/workflows/semgrep.yml | 2 +- .github/workflows/test.yml | 18 +++++++++--------- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8cb4105f2..beba3c2f35 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 045e754861..469fb6a4d6 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 d61fcff366..3753366143 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 c6dd6a6e96..be3ba2f7d6 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 60bade85bb..716f0abbee 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 063a0ffc07..fc31847d16 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