Skip to content

Commit

Permalink
HUMCTL_VERSION: '0.25.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Jun 3, 2024
1 parent 3d4e313 commit fec35f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
apps: ["cart", "checkout", "currency", "email", "frontend", "loadgenerator", "payment", "productcatalog", "recommendation", "shipping"]
runs-on: ubuntu-24.04
env:
HUMCTL_VERSION: '0.24.0'
HUMCTL_VERSION: '0.25.0'
steps:
- name: checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- closed
env:
ENVIRONMENT_ID: pr-${{ github.event.number }}
HUMCTL_VERSION: '0.24.0'
HUMCTL_VERSION: '0.25.0'
jobs:
job:
runs-on: ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
ENVIRONMENT_TYPE: 'development'
ENVIRONMENT_ID: pr-${{ github.event.number }}
ENVIRONMENT_NAME: PR-${{ github.event.number }}
HUMCTL_VERSION: '0.24.0'
HUMCTL_VERSION: '0.25.0'
jobs:
job:
runs-on: ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v*'
env:
ENVIRONMENT_ID: development
HUMCTL_VERSION: '0.24.0'
HUMCTL_VERSION: '0.25.0'
jobs:
deploy-humanitec:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit fec35f4

Please sign in to comment.