From e86c1467ea36da550c0b59c2f9331926e280e754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 08:43:54 +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 6. - [Release notes](https://github.com/metricshub/workflows/releases) - [Commits](https://github.com/metricshub/workflows/compare/v4...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 a100d043..646919cd 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@v6 with: jdkVersion: "17" secrets: inherit