Skip to content

Commit 794a2a6

Browse files
Bump prometheus/promci from 0.4.6 to 0.4.7 (#1667)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19c4b9a commit 794a2a6

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
@@ -17,7 +17,7 @@ jobs:
1717
image: quay.io/prometheus/golang-builder:1.23-base
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
20+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
2121
- uses: ./.github/promci/actions/setup_environment
2222
- run: make test
2323

@@ -33,7 +33,7 @@ jobs:
3333
thread: [ 0, 1, 2 ]
3434
steps:
3535
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
36+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
3737
- uses: ./.github/promci/actions/build
3838
with:
3939
promu_opts: "-p linux/amd64 -p windows/amd64 -p darwin/amd64 -p linux/arm64 -p windows/arm64 -p darwin/arm64"
@@ -52,7 +52,7 @@ jobs:
5252
thread: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ]
5353
steps:
5454
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
55+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
5656
- uses: ./.github/promci/actions/build
5757
with:
5858
parallelism: 12
@@ -79,7 +79,7 @@ jobs:
7979
(github.event_name == 'push' && github.event.ref == 'refs/heads/master')
8080
steps:
8181
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
82+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
8383
- uses: ./.github/promci/actions/publish_main
8484
with:
8585
docker_hub_organization: prometheuscommunity
@@ -99,7 +99,7 @@ jobs:
9999
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v0.'))
100100
steps:
101101
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102-
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
102+
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
103103
- uses: ./.github/promci/actions/publish_release
104104
with:
105105
docker_hub_organization: prometheuscommunity

0 commit comments

Comments
 (0)