From 6f3014c1c9809ef4499073a327c5934079f6da70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:46:47 +0000 Subject: [PATCH] Bump the promci group with 3 updates Bumps the promci group with 3 updates: [prometheus/promci/build](https://github.com/prometheus/promci), [prometheus/promci/publish_main](https://github.com/prometheus/promci) and [prometheus/promci/publish_release](https://github.com/prometheus/promci). Updates `prometheus/promci/build` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/prometheus/promci/releases) - [Commits](https://github.com/prometheus/promci/compare/13941414d409d227afd67544e5d306827db5a1a2...370e8c15dcec50043cbe66f2f34633d9efc0a190) Updates `prometheus/promci/publish_main` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/prometheus/promci/releases) - [Commits](https://github.com/prometheus/promci/compare/13941414d409d227afd67544e5d306827db5a1a2...370e8c15dcec50043cbe66f2f34633d9efc0a190) Updates `prometheus/promci/publish_release` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/prometheus/promci/releases) - [Commits](https://github.com/prometheus/promci/compare/13941414d409d227afd67544e5d306827db5a1a2...370e8c15dcec50043cbe66f2f34633d9efc0a190) --- updated-dependencies: - dependency-name: prometheus/promci/build dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: promci - dependency-name: prometheus/promci/publish_main dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: promci - dependency-name: prometheus/promci/publish_release dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: promci ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35294ab..121a09c 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@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 + - uses: prometheus/promci/build@370e8c15dcec50043cbe66f2f34633d9efc0a190 # v0.9.0 with: parallelism: 4 thread: ${{ matrix.thread }} @@ -47,7 +47,7 @@ jobs: || (github.event_name == 'push' && github.event.ref == 'refs/heads/master') steps: - - uses: prometheus/promci/publish_main@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 + - uses: prometheus/promci/publish_main@370e8c15dcec50043cbe66f2f34633d9efc0a190 # v0.9.0 with: docker_hub_organization: prometheuscommunity docker_hub_password: ${{ secrets.docker_hub_password }} @@ -66,7 +66,7 @@ jobs: if: | (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) steps: - - uses: prometheus/promci/publish_release@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 + - uses: prometheus/promci/publish_release@370e8c15dcec50043cbe66f2f34633d9efc0a190 # v0.9.0 with: docker_hub_organization: prometheuscommunity docker_hub_password: ${{ secrets.docker_hub_password }}