Skip to content

Commit

Permalink
Bump celo-org/reusable-workflows from 1.11.4 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [celo-org/reusable-workflows](https://github.com/celo-org/reusable-workflows) from 1.11.4 to 1.12.0.
- [Commits](celo-org/reusable-workflows@v1.11.4...v1.12.0)

---
updated-dependencies:
- dependency-name: celo-org/reusable-workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 0cea652 commit d4dab59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/odis-loadtest-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

jobs:
odis-loadtest-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.11.4
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.0
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-loadtest
if: |
github.ref != 'refs/heads/main'
Expand All @@ -30,7 +30,7 @@
trivy: true

odis-loadtest-build:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.11.4
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.0
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-loadtest
if: |
github.ref == 'refs/heads/main'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/odis-signer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

jobs:
odis-signer-build-dev:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.11.4
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.0
name: Build us-west1-docker.pkg.dev/devopsre/dev-images/odis-signer
if: |
github.ref != 'refs/heads/main'
Expand All @@ -30,7 +30,7 @@
trivy: true

odis-signer-build:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.11.4
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.12.0
name: Build us-west1-docker.pkg.dev/devopsre/social-connect/odis-signer
if: |
github.ref == 'refs/heads/main'
Expand Down

0 comments on commit d4dab59

Please sign in to comment.