From 49f9a5eae159f70991e7a05f46e5553ab2bb9817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:33:04 +0000 Subject: [PATCH] build(deps): bump technote-space/get-diff-action from 5 to 6 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: technote-space/get-diff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy-contract.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/proto.yml | 4 ++-- .github/workflows/test.yml | 10 +++++----- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ac405d6..bf5c3740 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 id: git_diff with: SUFFIX_FILTER: | diff --git a/.github/workflows/deploy-contract.yml b/.github/workflows/deploy-contract.yml index dce81f5d..a21a2d0d 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@v5 + - uses: technote-space/get-diff-action@v6 id: git_diff with: SUFFIX_FILTER: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 27fb74b8..c89f218e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v2.3.4 - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 with: SUFFIX_FILTER: | .go diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 4ec3b07b..eeb2a236 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@master - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.proto @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.proto diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e013a07a..2296e4fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: with: go-version: 1.17 - uses: actions/checkout@v2.3.4 - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.sol @@ -64,7 +64,7 @@ jobs: # - uses: actions/setup-go@v2.1.4 # with: # go-version: 1.17 - # - uses: technote-space/get-diff-action@v5 + # - uses: technote-space/get-diff-action@v6 # id: git_diff # with: # SUFFIX_FILTER: | @@ -81,7 +81,7 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v2.3.4 - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: | @@ -104,7 +104,7 @@ jobs: - uses: actions/setup-go@v2.1.4 with: go-version: 1.17 - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: | @@ -133,7 +133,7 @@ jobs: with: go-version: 1.17 - uses: actions/checkout@v2.3.4 - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.sol