From 5e5a3caa75ed5b6ba1e0a5cf5648abf19b24b65b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 03:53:40 +0000 Subject: [PATCH] Bump metricshub/workflows/.github/workflows/maven-central-deploy.yml Bumps [metricshub/workflows/.github/workflows/maven-central-deploy.yml](https://github.com/metricshub/workflows) from 4 to 5. - [Release notes](https://github.com/metricshub/workflows/releases) - [Commits](https://github.com/metricshub/workflows/compare/v4...v5) --- updated-dependencies: - dependency-name: metricshub/workflows/.github/workflows/maven-central-deploy.yml dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1bafd41..52307a5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ on: jobs: deploy: - uses: metricshub/workflows/.github/workflows/maven-central-deploy.yml@v4 + uses: metricshub/workflows/.github/workflows/maven-central-deploy.yml@v5 with: jdkVersion: "17" secrets: inherit