From cf819874dc9d6a439b691912b8ba6bad2510bd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:37:49 +0000 Subject: [PATCH] Bump ToCraft/modmaster-release-action from 1.2 to 1.3 Bumps [ToCraft/modmaster-release-action](https://github.com/tocraft/modmaster-release-action) from 1.2 to 1.3. - [Release notes](https://github.com/tocraft/modmaster-release-action/releases) - [Commits](https://github.com/tocraft/modmaster-release-action/compare/v1.2...v1.3) --- updated-dependencies: - dependency-name: ToCraft/modmaster-release-action dependency-version: '1.3' dependency-type: direct:production update-type: version-update:semver-minor ... 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 4de8ee8..4bcba88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: if: | !contains(github.event.head_commit.message, '[ci skip]') steps: - - uses: ToCraft/modmaster-release-action@v1.2 + - uses: ToCraft/modmaster-release-action@v1.3 with: java-version: '25' maven-pass: ${{ secrets.MAVEN_PASS }}