Skip to content

Commit

Permalink
Bump prometheus/promci from 0.3.0 to 0.4.4
Browse files Browse the repository at this point in the history
Bumps [prometheus/promci](https://github.com/prometheus/promci) from 0.3.0 to 0.4.4.
- [Release notes](https://github.com/prometheus/promci/releases)
- [Commits](prometheus/promci@v0.3.0...v0.4.4)

---
updated-dependencies:
- dependency-name: prometheus/promci
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent b450b25 commit 9c00ec4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: quay.io/prometheus/golang-builder:1.22-base
steps:
- uses: actions/checkout@v4
- uses: prometheus/promci@v0.3.0
- uses: prometheus/promci@v0.4.4
- uses: ./.github/promci/actions/setup_environment
- run: make

Expand All @@ -25,7 +25,7 @@ jobs:
thread: [ 0, 1, 2 ]
steps:
- uses: actions/checkout@v4
- uses: prometheus/promci@v0.3.0
- uses: prometheus/promci@v0.4.4
- uses: ./.github/promci/actions/build
with:
parallelism: 3
Expand Down Expand Up @@ -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.3.0
- uses: prometheus/promci@v0.4.4
- uses: ./.github/promci/actions/publish_main
with:
docker_hub_organization: lusotycoon
Expand All @@ -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.3.0
- uses: prometheus/promci@v0.4.4
- uses: ./.github/promci/actions/publish_release
with:
docker_hub_organization: lusotycoon
Expand Down

0 comments on commit 9c00ec4

Please sign in to comment.