From b5114b8647bd934ede2e1bd8527c74dd445b8270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 03:32:40 +0000 Subject: [PATCH] chore: bump thenativeweb/get-next-version in the github-actions group Bumps the github-actions group with 1 update: [thenativeweb/get-next-version](https://github.com/thenativeweb/get-next-version). Updates `thenativeweb/get-next-version` from 2.7.7 to 2.8.1 - [Release notes](https://github.com/thenativeweb/get-next-version/releases) - [Commits](https://github.com/thenativeweb/get-next-version/compare/2.7.7...2.8.1) --- updated-dependencies: - dependency-name: thenativeweb/get-next-version dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... 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 5a6a6c8..03c98ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: npm run qa - name: Get next version id: get_next_version - uses: thenativeweb/get-next-version@2.7.7 + uses: thenativeweb/get-next-version@2.8.1 - name: Create new version if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }} run: |