From 0ebc98432924c64dd7f07c0f7c3bb8dec500c0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 01:24:21 +0000 Subject: [PATCH] Bump technote-space/get-diff-action from 4 to 6.0.1 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 6.0.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/v4...v6.0.1) --- 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/lint.yml | 2 +- .github/workflows/sims.yml | 8 ++++---- .github/workflows/test.yml | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e49fa0bce8c4..f340f77cd784 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 6 steps: - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 with: PATTERNS: | **/**.go diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index d50ddb63a289..a7e575181ff1 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -54,7 +54,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 with: PATTERNS: | **/**.go @@ -80,7 +80,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 with: SUFFIX_FILTER: | **/**.go @@ -108,7 +108,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 with: SUFFIX_FILTER: | **/**.go @@ -136,7 +136,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 with: SUFFIX_FILTER: | **/**.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90251aae31c3..589dd4e92c93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 id: git_diff with: PATTERNS: | @@ -60,7 +60,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 id: git_diff with: PREFIX_FILTER: | @@ -111,7 +111,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 with: PATTERNS: | **/**.go @@ -135,7 +135,7 @@ jobs: needs: tests steps: - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 with: PATTERNS: | **/**.go @@ -189,7 +189,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 with: PATTERNS: | **/**.go @@ -216,7 +216,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6.0.1 id: git_diff with: PATTERNS: |