From 723e36ebc1ab6f0c06324de019ee9dc91f79a7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:11:57 +0000 Subject: [PATCH] Bump prometheus/promci/build from 0.8.2 to 0.8.5 Bumps [prometheus/promci/build](https://github.com/prometheus/promci) from 0.8.2 to 0.8.5. - [Release notes](https://github.com/prometheus/promci/releases) - [Commits](https://github.com/prometheus/promci/compare/d9d4f5688814f0b77bf003d07fb8c00507390634...13941414d409d227afd67544e5d306827db5a1a2) --- updated-dependencies: - dependency-name: prometheus/promci/build 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 64623282..d2f454ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: matrix: thread: [ 0, 1, 2, 3] steps: - - uses: prometheus/promci/build@d9d4f5688814f0b77bf003d07fb8c00507390634 # v0.8.2 + - uses: prometheus/promci/build@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 with: parallelism: 4 thread: ${{ matrix.thread }}