From f6a6c9875f7bf19f2aaab7025145ac4f01219b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 06:34:47 +0000 Subject: [PATCH] Bump EndBug/version-check from 2 to 3 Bumps [EndBug/version-check](https://github.com/endbug/version-check) from 2 to 3. - [Release notes](https://github.com/endbug/version-check/releases) - [Commits](https://github.com/endbug/version-check/compare/v2...v3) --- updated-dependencies: - dependency-name: EndBug/version-check dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf9ef6b..79fbf0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Check version bump id: check if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: EndBug/version-check@v2 + uses: EndBug/version-check@v3 with: diff-search: true