From f1b74631e1d51b4bffd21d5e6758b66ba00cd7ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Voto=C4=8Dek?= Date: Fri, 14 Jun 2024 11:41:59 +0200 Subject: [PATCH] chore(deps): update aws-cli to 2.16.8 --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index e6080cd..aa116d5 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -10,7 +10,7 @@ env: kubectl_version: 1.30.2 # https://github.com/kubernetes/kubernetes/releases helm_version: 3.15.2 # https://github.com/helm/helm/releases sentry_cli_version: 2.32.1 # https://github.com/getsentry/sentry-cli/releases/ - aws_cli_version: 2.15.36 # https://github.com/aws/aws-cli/tags + aws_cli_version: 2.16.8 # https://github.com/aws/aws-cli/tags jobs: build: