From 83a96799299472b77fccc23e6655bed1db1f4435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:34:44 +0000 Subject: [PATCH] build(deps): bump prometheus/promci from 0.5.4 to 0.6.1 Bumps [prometheus/promci](https://github.com/prometheus/promci) from 0.5.4 to 0.6.1. - [Release notes](https://github.com/prometheus/promci/releases) - [Commits](https://github.com/prometheus/promci/compare/v0.5.4...v0.6.1) --- updated-dependencies: - dependency-name: prometheus/promci dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 874ab78..1f815d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: image: quay.io/prometheus/golang-builder:1.25-base steps: - uses: actions/checkout@v6 - - uses: prometheus/promci@v0.5.4 + - uses: prometheus/promci@v0.6.1 - uses: ./.github/promci/actions/setup_environment - run: make @@ -25,7 +25,7 @@ jobs: thread: [ 0, 1, 2 ] steps: - uses: actions/checkout@v6 - - uses: prometheus/promci@v0.5.4 + - uses: prometheus/promci@v0.6.1 - uses: ./.github/promci/actions/build with: parallelism: 3 @@ -55,7 +55,7 @@ jobs: if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' steps: - uses: actions/checkout@v6 - - uses: prometheus/promci@v0.5.4 + - uses: prometheus/promci@v0.6.1 - uses: ./.github/promci/actions/publish_main with: docker_hub_organization: lusotycoon @@ -72,7 +72,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v6 - - uses: prometheus/promci@v0.5.4 + - uses: prometheus/promci@v0.6.1 - uses: ./.github/promci/actions/publish_release with: docker_hub_organization: lusotycoon