From 52d271302787a2811c9f76acafe21ae80dbaff65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:57:11 +0000 Subject: [PATCH] Bump technote-space/get-diff-action from 5.0.2 to 6.1.1 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 5.0.2 to 6.1.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/v5.0.2...v6.1.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/release-sims.yml | 2 +- .github/workflows/sims.yml | 8 ++++---- .github/workflows/test.yml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fd6087f9d63..9516a30e3f9 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.1 with: PATTERNS: | **/**.go diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index 9d98765f0fb..40b4a7f2c78 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/setup-go@v3.0.0 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 39ae4161c0b..7047f938332 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -34,7 +34,7 @@ jobs: # - uses: actions/setup-go@v3.0.0 # with: # go-version: 1.17 - # - uses: technote-space/get-diff-action@v5.0.2 + # - uses: technote-space/get-diff-action@v6.1.1 # 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.1 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.1 with: PATTERNS: | **/**.go @@ -106,7 +106,7 @@ jobs: - uses: actions/setup-go@v3.0.0 with: go-version: 1.17 - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7fbf9c60476..d7ea82375f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: with: go-version: 1.17 - uses: actions/checkout@v2.4.0 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -64,7 +64,7 @@ jobs: with: go-version: 1.17 - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go