From ced3c4935736e55302fc3d81e196055b3cee95d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 23:18:12 +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 5 to 6. - [Release notes](https://github.com/metricshub/workflows/releases) - [Commits](https://github.com/metricshub/workflows/compare/v5...v6) --- updated-dependencies: - dependency-name: metricshub/workflows/.github/workflows/maven-central-deploy.yml dependency-version: '6' 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 52307a5..7cf48bd 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@v5 + uses: metricshub/workflows/.github/workflows/maven-central-deploy.yml@v6 with: jdkVersion: "17" secrets: inherit