1
0
mirror of https://github.com/Lusitaniae/apache_exporter.git synced 2025-04-18 15:04:01 +03:00

Bump prometheus/promci from 0.4.5 to 0.4.7 (#244)

Bumps [prometheus/promci](https://github.com/prometheus/promci) from 0.4.5 to 0.4.7.
- [Release notes](https://github.com/prometheus/promci/releases)
- [Commits](https://github.com/prometheus/promci/compare/v0.4.5...v0.4.7)

---
updated-dependencies:
- dependency-name: prometheus/promci
  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>
This commit is contained in:
dependabot[bot] 2025-03-17 13:57:16 -07:00 committed by GitHub
parent 69e31c3872
commit bd216a8c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
image: quay.io/prometheus/golang-builder:1.22-base
steps:
- uses: actions/checkout@v4
- uses: prometheus/promci@v0.4.5
- uses: prometheus/promci@v0.4.7
- uses: ./.github/promci/actions/setup_environment
- run: make
@ -25,7 +25,7 @@ jobs:
thread: [ 0, 1, 2 ]
steps:
- uses: actions/checkout@v4
- uses: prometheus/promci@v0.4.5
- uses: prometheus/promci@v0.4.7
- uses: ./.github/promci/actions/build
with:
parallelism: 3
@ -55,7 +55,7 @@ jobs:
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- uses: prometheus/promci@v0.4.5
- uses: prometheus/promci@v0.4.7
- uses: ./.github/promci/actions/publish_main
with:
docker_hub_organization: lusotycoon
@ -72,7 +72,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v4
- uses: prometheus/promci@v0.4.5
- uses: prometheus/promci@v0.4.7
- uses: ./.github/promci/actions/publish_release
with:
docker_hub_organization: lusotycoon