From 269ea88c7f69dcbf586125c8d0b0bdcef653b0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 21:54:09 -0400 Subject: [PATCH] chore(deps): bump technote-space/get-diff-action from 6.0.1 to 6.1.2 (#5148) Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6.0.1 to 6.1.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/v6.0.1...v6.1.2) --- updated-dependencies: - dependency-name: technote-space/get-diff-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/contracts.yml | 6 +++--- .github/workflows/lint.yml | 4 ++-- .github/workflows/sim.yml | 2 +- .github/workflows/test-e2e-makefile.yml | 2 +- .github/workflows/test.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86eea5a6188..307e57b0c5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Get git diff - uses: technote-space/get-diff-action@v6.0.1 + uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.wasm diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index bd55779d309..d82a7d3de94 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**/*.wasm @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/bytecode/*.wasm @@ -119,7 +119,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.rs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 85013c24cd6..4eaf9be6c73 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-go@v4 with: go-version: '^1.20' - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.go @@ -58,7 +58,7 @@ jobs: # Full git history is needed to get a proper list of changed files # within `super-linter`. fetch-depth: 0 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.md diff --git a/.github/workflows/sim.yml b/.github/workflows/sim.yml index 55904cff158..8f82ce3bc7f 100644 --- a/.github/workflows/sim.yml +++ b/.github/workflows/sim.yml @@ -18,7 +18,7 @@ jobs: go-version: '^1.20' - name: Get git diff - uses: technote-space/get-diff-action@v6.0.1 + uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.wasm diff --git a/.github/workflows/test-e2e-makefile.yml b/.github/workflows/test-e2e-makefile.yml index 97185117b14..b8ef0805c51 100644 --- a/.github/workflows/test-e2e-makefile.yml +++ b/.github/workflows/test-e2e-makefile.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Get git diff - uses: technote-space/get-diff-action@v6.0.1 + uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01f56fcdd46..c41ada101ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: with: fetch-depth: 0 - name: Get git diff - uses: technote-space/get-diff-action@v6.0.1 + uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.wasm