From 8f8109e69cdb417e4ba30e8f0ad1cfa9b5cb13af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 06:05:56 +0000 Subject: [PATCH] chore: Bump thenativeweb/get-next-version from 2.7.1 to 2.7.6 Bumps [thenativeweb/get-next-version](https://github.com/thenativeweb/get-next-version) from 2.7.1 to 2.7.6. - [Release notes](https://github.com/thenativeweb/get-next-version/releases) - [Commits](https://github.com/thenativeweb/get-next-version/compare/2.7.1...2.7.6) --- updated-dependencies: - dependency-name: thenativeweb/get-next-version dependency-version: 2.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 e684cea..c108df0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: run: make qa - name: Get next version id: get_next_version - uses: thenativeweb/get-next-version@2.7.1 + uses: thenativeweb/get-next-version@2.7.6 - name: Create new version if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }} run: |