From 76144ed5e4915a88fad7f333366cbcf5119e57f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:52:32 +0000 Subject: [PATCH] chore(deps): Bump EndBug/version-check from 2 to 3 (#1745) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [EndBug/version-check](https://github.com/endbug/version-check) from 2 to 3.
Release notes

Sourced from EndBug/version-check's releases.

v3.0.0

What's Changed

Full Changelog: https://github.com/EndBug/version-check/compare/v2.1.7...v3.0.0

v2.1.7

What's Changed

Full Changelog: https://github.com/EndBug/version-check/compare/v2.1.6...v2.1.7

v2.1.6

What's Changed

Full Changelog: https://github.com/EndBug/version-check/compare/v2.1.5...v2.1.6

v2.1.5

What's Changed

New Contributors

Full Changelog: https://github.com/EndBug/version-check/compare/v2.1.4...v2.1.5

v2.1.4

What's Changed

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=EndBug/version-check&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 429b2978..e375b4e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Check if version has been updated id: check - uses: EndBug/version-check@d17247dd94ca7b39d0b0691399be8d7c510622c9 # latest + uses: EndBug/version-check@095362f3cd50f690c8fa0e6afeea81834bd8d320 # latest outputs: publish: ${{ steps.check.outputs.changed }}