From a40b5b571f37c5f9493401fc4148b8fddb0f2f00 Mon Sep 17 00:00:00 2001 From: Jakub Jindra Date: Thu, 11 Jan 2024 16:00:27 +0100 Subject: [PATCH] chore(deps): update sentry-cli to 2.25.0 --- .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 06b8f92..4fccee7 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -9,7 +9,7 @@ on: env: kubectl_version: 1.28.5 # https://github.com/kubernetes/kubernetes/releases helm_version: 3.13.3 # https://github.com/helm/helm/releases - sentry_cli_version: 2.19.4 # https://github.com/getsentry/sentry-cli/releases/ + sentry_cli_version: 2.25.0 # https://github.com/getsentry/sentry-cli/releases/ aws_cli_version: 2.12.7 # https://github.com/aws/aws-cli/tags jobs: