From 79e7062250ca6d5be879a0d9806819ee7592996f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 07:31:44 -0400 Subject: [PATCH] build(deps): bump technote-space/get-diff-action from 4.1.2 to 4.2 (#226) Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4.1.2 to 4.2. - [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/v4.1.2...v4.2) --- updated-dependencies: - dependency-name: technote-space/get-diff-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 | 2 +- .github/workflows/test.yml | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e571e81a..d0ca6946 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@v4.1.2 + - uses: technote-space/get-diff-action@v4.2 id: git_diff with: SUFFIX_FILTER: | diff --git a/.github/workflows/deploy-contract.yml b/.github/workflows/deploy-contract.yml index c54aea9f..0c0aa10a 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@v4.1.2 + - uses: technote-space/get-diff-action@v4.2 id: git_diff with: SUFFIX_FILTER: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 99d1f5ce..d92882c2 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@v4.1.2 + - uses: technote-space/get-diff-action@v4.2 with: SUFFIX_FILTER: | .go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5eac9b1..67bf122c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: # - uses: actions/setup-go@v2.1.3 # with: # go-version: 1.15 - # - uses: technote-space/get-diff-action@v4.1.2 + # - uses: technote-space/get-diff-action@v4.2 # id: git_diff # with: # SUFFIX_FILTER: | @@ -63,7 +63,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v4.1.2 + - uses: technote-space/get-diff-action@v4.2 id: git_diff with: SUFFIX_FILTER: | @@ -102,7 +102,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v4.1.2 + - uses: technote-space/get-diff-action@v4.2 id: git_diff with: SUFFIX_FILTER: | @@ -141,7 +141,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v4.1.2 + - uses: technote-space/get-diff-action@v4.2 id: git_diff with: SUFFIX_FILTER: | @@ -180,7 +180,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v4.1.2 + - uses: technote-space/get-diff-action@v4.2 id: git_diff with: SUFFIX_FILTER: | @@ -219,7 +219,7 @@ jobs: # - uses: actions/setup-go@v2.1.3 # with: # go-version: 1.15 - # - uses: technote-space/get-diff-action@v4.1.2 + # - uses: technote-space/get-diff-action@v4.2 # id: git_diff # with: # SUFFIX_FILTER: | @@ -236,7 +236,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v2.3.4 - - uses: technote-space/get-diff-action@v4.1.2 + - uses: technote-space/get-diff-action@v4.2 id: git_diff with: SUFFIX_FILTER: |