From a6aa4317e931338e028134d2c43d4058750e58ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 16:25:06 +0000 Subject: [PATCH] build(deps): 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 | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fd6087f9d6..9516a30e3f 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 db2886e988..c2e996e05a 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.1 with: PATTERNS: | **/**.go diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 132ab4e298..402e3b92f9 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.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@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.1 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.1 with: PATTERNS: | **/**.go