Skip to content

Commit

Permalink
(BSR) ci: Bump push-render-manifests to 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fseguin-pass committed Feb 3, 2025
1 parent 76fdf4f commit defda5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_on_workflow_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

# Executes helmfile templating and push results to render-manifests repository
- name: "Generate and push rendered manifests"
uses: pass-culture/common-workflows/actions/render-push-manifests@render-push-manifests/v2.4.3
uses: pass-culture/common-workflows/actions/render-push-manifests@render-push-manifests/v2.4.4
with:
environment: ${{ inputs.environment }}
app_name: pcapi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_on_workflow_deploy_pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# Executes helmfile templating and push results to render-manifests repository
- name: "Generate and push rendered manifests"
uses: pass-culture/common-workflows/actions/render-push-manifests@render-push-manifests/v2.4.3
uses: pass-culture/common-workflows/actions/render-push-manifests@render-push-manifests/v2.4.4
with:
environment: ${{ inputs.environment }}
app_name: pcapi
Expand Down

0 comments on commit defda5c

Please sign in to comment.