From c4377e63992775423758ab2fe2f989ef627c7d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:47:18 +0000 Subject: [PATCH] build(deps): bump technote-space/get-diff-action from 5 to 6 Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 5 to 6. - [Release notes](https://github.com/technote-space/get-diff-action/releases) - [Commits](https://github.com/technote-space/get-diff-action/compare/v5...v6) --- updated-dependencies: - dependency-name: technote-space/get-diff-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 353fe7114..93eaa997e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: '1.24.13' - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f76f3b99c..78e8bf785 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: with: go-version: '1.24.13' - uses: actions/checkout@v4 - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | +**/*.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82e83876a..993a02e75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}-v1 - name: Pull LFS files run: git lfs pull - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.sol