From 7825f21c1152447372886515603d643e254b9047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:57:57 +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/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c7fb75e..16238ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: # This will only publish if the package.json version has changed - name: Check version changes - uses: EndBug/version-check@v2 # More info about the arguments on the action page + uses: EndBug/version-check@v3 # More info about the arguments on the action page id: check # This will be the reference for later with: file-name: ./dim-api-types/package.json