Skip to content

Commit 2024226

Browse files
chore(deps): bump prometheus/promci from 0.5.3 to 0.5.4 (#360)
Bumps [prometheus/promci](https://github.com/prometheus/promci) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/prometheus/promci/releases) - [Commits](prometheus/promci@c0916f0...fc721ff) --- updated-dependencies: - dependency-name: prometheus/promci dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aeea6c3 commit 2024226

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
thread: [ 0, 1, 2 ]
2323
steps:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25-
- uses: prometheus/promci@c0916f0a41f13444612a8f0f5e700ea34edd7c19 # v0.5.3
25+
- uses: prometheus/promci@fc721ff8497a70a93a881cd552b71af7fb3a9d53 # v0.5.4
2626
- uses: ./.github/promci/actions/build
2727
with:
2828
promu_opts: "-p linux/amd64 -p windows/amd64 -p darwin/amd64 -p linux/arm64 -p windows/arm64 -p darwin/arm64"
@@ -41,7 +41,7 @@ jobs:
4141
thread: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ]
4242
steps:
4343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44-
- uses: prometheus/promci@c0916f0a41f13444612a8f0f5e700ea34edd7c19 # v0.5.3
44+
- uses: prometheus/promci@fc721ff8497a70a93a881cd552b71af7fb3a9d53 # v0.5.4
4545
- uses: ./.github/promci/actions/build
4646
with:
4747
parallelism: 12
@@ -68,7 +68,7 @@ jobs:
6868
(github.event_name == 'push' && github.event.ref == 'refs/heads/main')
6969
steps:
7070
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
71-
- uses: prometheus/promci@c0916f0a41f13444612a8f0f5e700ea34edd7c19 # v0.5.3
71+
- uses: prometheus/promci@fc721ff8497a70a93a881cd552b71af7fb3a9d53 # v0.5.4
7272
- uses: ./.github/promci/actions/publish_main
7373
with:
7474
docker_hub_organization: prometheuscommunity
@@ -88,7 +88,7 @@ jobs:
8888
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
8989
steps:
9090
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
91-
- uses: prometheus/promci@c0916f0a41f13444612a8f0f5e700ea34edd7c19 # v0.5.3
91+
- uses: prometheus/promci@fc721ff8497a70a93a881cd552b71af7fb3a9d53 # v0.5.4
9292
- uses: ./.github/promci/actions/publish_release
9393
with:
9494
docker_hub_organization: prometheuscommunity

0 commit comments

Comments
 (0)