Skip to content

Commit 19bb161

Browse files
Bump prometheus/promci-setup from 0.1.0 to 0.2.1 (#1338)
Bumps [prometheus/promci-setup](https://github.com/prometheus/promci-setup) from 0.1.0 to 0.2.1. - [Release notes](https://github.com/prometheus/promci-setup/releases) - [Commits](prometheus/promci-setup@5af30ba...3e5cd31) --- updated-dependencies: - dependency-name: prometheus/promci-setup dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49f061e commit 19bb161

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222
with:
2323
persist-credentials: false
24-
- uses: prometheus/promci-setup@5af30ba8c199a91d6c04ebdc3c48e630e355f62d # v0.1.0
24+
- uses: prometheus/promci-setup@3e5cd31b34b8ae19efa8f071c5e3cdb44884a7f8 # v0.2.1
2525
- run: make GO_ONLY=1 SKIP_GOLANGCI_LINT=1
2626
- run: git diff --exit-code
2727

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4747
with:
4848
persist-credentials: false
49-
- uses: prometheus/promci-setup@5af30ba8c199a91d6c04ebdc3c48e630e355f62d # v0.1.0
49+
- uses: prometheus/promci-setup@3e5cd31b34b8ae19efa8f071c5e3cdb44884a7f8 # v0.2.1
5050
- run: make build
5151
- run: make test

0 commit comments

Comments
 (0)