From 83e43d67fe16c2c810cf72c0a7122f26ca0b41b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:57:05 +0000 Subject: [PATCH] build(deps): 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 a100d043..279f6fe4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,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