From 92dfca7c8564948d609a7e232c395500bb4f96b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 03:08:02 +0000 Subject: [PATCH] build(deps): bump technote-space/get-diff-action from 5.0.1 to 5.0.2 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 5.0.1 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/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: technote-space/get-diff-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/sims.yml | 8 ++++---- .github/workflows/test.yml | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8c625348e5..7c7b652cbe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 6 steps: - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v5.0.1 + - 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 5ee429f5a7..cea342f1e7 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -56,7 +56,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -83,7 +83,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -112,7 +112,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -141,7 +141,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v5.0.1 + - 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 69ef77d67b..6846c682be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/setup-go@v2.1.4 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 id: git_diff with: PATTERNS: | @@ -75,7 +75,7 @@ jobs: # go-version: 1.15 # - name: Display go version # run: go version -# - uses: technote-space/get-diff-action@v5.0.1 +# - uses: technote-space/get-diff-action@v5.0.2 # id: git_diff # with: # PREFIX_FILTER: | @@ -126,7 +126,7 @@ jobs: - uses: actions/setup-go@v2.1.4 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -150,7 +150,7 @@ jobs: needs: tests steps: - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -203,7 +203,7 @@ jobs: - uses: actions/setup-go@v2.1.4 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -228,7 +228,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 id: git_diff with: PATTERNS: | @@ -269,7 +269,7 @@ jobs: # - uses: actions/setup-go@v2.1.4 # with: # go-version: 1.15 -# - uses: technote-space/get-diff-action@v5.0.1 +# - uses: technote-space/get-diff-action@v5.0.2 # id: git_diff # with: # PATTERNS: |