From 6d04f16e81b7d5a95774eda815275dbcf9365bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:37:46 +0000 Subject: [PATCH] Bump ToCraft/modmaster-build-action from 1.1 to 1.2 Bumps [ToCraft/modmaster-build-action](https://github.com/tocraft/modmaster-build-action) from 1.1 to 1.2. - [Release notes](https://github.com/tocraft/modmaster-build-action/releases) - [Commits](https://github.com/tocraft/modmaster-build-action/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: ToCraft/modmaster-build-action dependency-version: '1.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65b5f04..6d90630 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,6 @@ jobs: if: | !contains(github.event.head_commit.message, '[ci skip]') steps: - - uses: ToCraft/modmaster-build-action@v1.1 + - uses: ToCraft/modmaster-build-action@v1.2 with: java-version: '25'