From a61787a7c295cd9f7ffda777102353e0ffd3655d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 22:53:06 +0000 Subject: [PATCH] build(deps): bump technote-space/get-diff-action from 6.0.1 to 6.1.0 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6.0.1 to 6.1.0. - [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.0.1...v6.1.0) --- updated-dependencies: - dependency-name: technote-space/get-diff-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/release-sims.yml | 2 +- .github/workflows/sims.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fd6087f9d6..3f66ff90a5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.17 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index db2886e988..c5a6aa1a0c 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/setup-go@v2.1.5 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 132ab4e298..9eb8da5d53 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -34,7 +34,7 @@ jobs: # - uses: actions/setup-go@v2.1.5 # with: # go-version: 1.17 -# - uses: technote-space/get-diff-action@v5.0.2 +# - uses: technote-space/get-diff-action@v6.1.0 # with: # PATTERNS: | # **/**.go @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest needs: Build steps: - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go @@ -82,7 +82,7 @@ jobs: with: go-version: 1.17 - uses: actions/checkout@v2.4.0 - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go @@ -106,7 +106,7 @@ jobs: - uses: actions/setup-go@v2.1.5 with: go-version: 1.17 - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go @@ -131,7 +131,7 @@ jobs: - uses: actions/setup-go@v2.1.5 with: go-version: 1.17 - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go