From 14154592cb589842adcaac9353d6733bf37cbacd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 13:38:15 +0000 Subject: [PATCH] Bump technote-space/get-diff-action from 4 to 5.0.2 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5.0.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...v5.0.2) --- 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/release-sims.yml | 2 +- .github/workflows/sims.yml | 10 +++++----- .github/workflows/test.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 280c343c602..24c5b3d7450 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index 17556e4d52f..4428dd6791c 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 7782af4a14e..d44b3e5b840 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -34,7 +34,7 @@ jobs: # - uses: actions/setup-go@v2.1.3 # with: # go-version: 1.16 -# - uses: technote-space/get-diff-action@v4 +# - uses: technote-space/get-diff-action@v5.0.2 # with: # PATTERNS: | # **/**.go @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest needs: Build steps: - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -82,7 +82,7 @@ jobs: with: go-version: 1.16 - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -106,7 +106,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -131,7 +131,7 @@ jobs: - uses: actions/setup-go@v2.1.3 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d146d41810d..f2053d7cb3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: with: go-version: 1.16 - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go