From de583a3a58960e160d24f93b569811a3c629e66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:33:30 +0000 Subject: [PATCH] Bump prometheus/promci/build from 0.8.4 to 0.8.5 Bumps [prometheus/promci/build](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/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 d311a97..b3bda6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: matrix: thread: [ 0, 1, 2, 3] steps: - - uses: prometheus/promci/build@9c0e5048a10565e63cbf7c94527ba81ce9be0bea # v0.8.4 + - uses: prometheus/promci/build@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 with: parallelism: 4 thread: ${{ matrix.thread }}