Skip to content

Commit 897fab4

Browse files
Bump prometheus/promci from 0.4.6 to 0.4.7
Bumps [prometheus/promci](https://github.com/prometheus/promci) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/prometheus/promci/releases) - [Commits](prometheus/promci@c3c93a5...443c7fc) --- updated-dependencies: - dependency-name: prometheus/promci dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9dc402e commit 897fab4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
image: quay.io/prometheus/golang-builder:1.23-base
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
17+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
1818
- uses: ./.github/promci/actions/setup_environment
1919
- run: make GO_ONLY=1 SKIP_GOLANGCI_LINT=1
2020

@@ -34,7 +34,7 @@ jobs:
3434
thread: [ 0, 1, 2 ]
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
37+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
3838
- uses: ./.github/promci/actions/build
3939
with:
4040
promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386"
@@ -60,7 +60,7 @@ jobs:
6060
# should also be updated.
6161
steps:
6262
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
63+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
6464
- uses: ./.github/promci/actions/build
6565
with:
6666
parallelism: 12
@@ -77,7 +77,7 @@ jobs:
7777
(github.event_name == 'push' && github.event.ref == 'refs/heads/master')
7878
steps:
7979
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
80+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
8181
- uses: ./.github/promci/actions/publish_main
8282
with:
8383
docker_hub_organization: prometheuscommunity
@@ -95,7 +95,7 @@ jobs:
9595
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
9696
steps:
9797
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
98+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
9999
- uses: ./.github/promci/actions/publish_release
100100
with:
101101
docker_hub_organization: prometheuscommunity

0 commit comments

Comments
 (0)