From e60a5c599c3b96f7a97648e87fedaaa886adc4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 02:02:27 +0000 Subject: [PATCH] Bump jdx/mise-action from 4.2.5 to 4.3.0 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.2.5 to 4.3.0. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jdx/mise-action/compare/v4.2.5...v4.3.0) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df6531f..4eb0263 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Set Java version for matrix testing run: echo "zulu-${{ matrix.java }}" > .java-version shell: bash - - uses: jdx/mise-action@v4.2.5 + - uses: jdx/mise-action@v4.3.0 - name: Build and Test run: ./build_and_test - name: Publish Test Report