From 4b34a84fe7372558deed9b5642e72cc9d96c2839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:51:57 +0000 Subject: [PATCH] Bump the promci group with 4 updates Bumps the promci group with 4 updates: [prometheus/promci-setup](https://github.com/prometheus/promci-setup), [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-setup` from 0.1.0 to 0.2.1 - [Release notes](https://github.com/prometheus/promci-setup/releases) - [Commits](https://github.com/prometheus/promci-setup/compare/5af30ba8c199a91d6c04ebdc3c48e630e355f62d...3e5cd31b34b8ae19efa8f071c5e3cdb44884a7f8) Updates `prometheus/promci/build` 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) Updates `prometheus/promci/publish_main` 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) Updates `prometheus/promci/publish_release` 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-setup dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: promci - dependency-name: prometheus/promci/build dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: promci - dependency-name: prometheus/promci/publish_main dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: promci - dependency-name: prometheus/promci/publish_release dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: promci ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a19995ce..0409b135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: prometheus/promci-setup@5af30ba8c199a91d6c04ebdc3c48e630e355f62d # v0.1.0 + - uses: prometheus/promci-setup@3e5cd31b34b8ae19efa8f071c5e3cdb44884a7f8 # v0.2.1 - run: make build: @@ -39,7 +39,7 @@ jobs: matrix: thread: [ 0, 1, 2 ] steps: - - uses: prometheus/promci/build@d9d4f5688814f0b77bf003d07fb8c00507390634 # v0.8.2 + - uses: prometheus/promci/build@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 with: promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386" parallelism: 3 @@ -61,7 +61,7 @@ jobs: thread: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] steps: - - uses: prometheus/promci/build@d9d4f5688814f0b77bf003d07fb8c00507390634 # v0.8.2 + - uses: prometheus/promci/build@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 with: parallelism: 12 thread: ${{ matrix.thread }} @@ -78,7 +78,7 @@ jobs: || (github.event_name == 'push' && github.event.ref == 'refs/heads/master') steps: - - uses: prometheus/promci/publish_main@d9d4f5688814f0b77bf003d07fb8c00507390634 # v0.8.2 + - uses: prometheus/promci/publish_main@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 with: docker_hub_login: ${{ secrets.docker_hub_login }} docker_hub_password: ${{ secrets.docker_hub_password }} @@ -96,7 +96,7 @@ jobs: if: | (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) steps: - - uses: prometheus/promci/publish_release@d9d4f5688814f0b77bf003d07fb8c00507390634 # v0.8.2 + - uses: prometheus/promci/publish_release@13941414d409d227afd67544e5d306827db5a1a2 # v0.8.5 with: docker_hub_login: ${{ secrets.docker_hub_login }} docker_hub_password: ${{ secrets.docker_hub_password }}