diff --git a/argocd-sync-applications/action.yml b/argocd-sync-applications/action.yml index 0d80fe5e..2ea6d016 100644 --- a/argocd-sync-applications/action.yml +++ b/argocd-sync-applications/action.yml @@ -17,7 +17,7 @@ inputs: cli-version: description: Version of the ArgoCD CLI to use. # renovate: datasource=docker depName=quay.io/argoproj/argocd - default: 2.13.3 + default: 2.13.4 max-waiting-time-health: description: | The time (in seconds) to wait for the ArgoCD application to be healthy. diff --git a/preview-env/create/action.yml b/preview-env/create/action.yml index 87d53072..d61e04c8 100644 --- a/preview-env/create/action.yml +++ b/preview-env/create/action.yml @@ -28,7 +28,7 @@ inputs: argocd_version: # renovate: datasource=docker depName=quay.io/argoproj/argocd - default: v2.13.3 + default: v2.13.4 description: Version tag of Argo CD CLI tool required: false diff --git a/preview-env/destroy/action.yml b/preview-env/destroy/action.yml index c7e87f0d..13a718ac 100644 --- a/preview-env/destroy/action.yml +++ b/preview-env/destroy/action.yml @@ -23,7 +23,7 @@ inputs: argocd_version: # renovate: datasource=docker depName=quay.io/argoproj/argocd - default: v2.13.3 + default: v2.13.4 description: Version tag of Argo CD CLI tool required: false