From ae0880e796a157446bf8d5b6ba4f3e267ac1c577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:33:29 +0000 Subject: [PATCH] Bump prometheus/promci/publish_main from 0.8.4 to 0.8.5 Bumps [prometheus/promci/publish_main](https://github.com/prometheus/promci) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/prometheus/promci/releases) - [Commits](https://github.com/prometheus/promci/compare/9c0e5048a10565e63cbf7c94527ba81ce9be0bea...13941414d409d227afd67544e5d306827db5a1a2) --- updated-dependencies: - dependency-name: prometheus/promci/publish_main dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d311a97..7ae9752 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: || (github.event_name == 'push' && github.event.ref == 'refs/heads/master') steps: - - uses: prometheus/promci/publish_main@9c0e5048a10565e63cbf7c94527ba81ce9be0bea # v0.8.4 + - uses: prometheus/promci/publish_main@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 with: docker_hub_organization: superque docker_hub_login: ${{ secrets.docker_hub_login }}