From f05bd51bd0930724d38e0ef4ae5a40803ca0b1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Voto=C4=8Dek?= Date: Fri, 14 Jun 2024 11:41:35 +0200 Subject: [PATCH] chore(deps): update sentry-cli to 2.32.1 --- .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 c336a20..e6080cd 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -9,7 +9,7 @@ on: 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.31.0 # https://github.com/getsentry/sentry-cli/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 jobs: