From 1a0adb02140aa44cb89ca7525623fe0ab71339de Mon Sep 17 00:00:00 2001 From: Jose Luis Franco Arza Date: Wed, 8 Jul 2026 11:06:52 +0200 Subject: [PATCH] Update stern version to 1.34.0 --- .github/actions/capture-logs/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/capture-logs/action.yml b/.github/actions/capture-logs/action.yml index 368ebaf..c0d2737 100644 --- a/.github/actions/capture-logs/action.yml +++ b/.github/actions/capture-logs/action.yml @@ -5,7 +5,7 @@ inputs: stern_version: description: 'Stern version to install (only used when type=kubernetes)' required: false - default: '1.30.0' + default: '1.34.0' action: description: 'Action to perform (start or stop)' required: false @@ -78,4 +78,4 @@ runs: if [ -f /tmp/docker_logs_pid ]; then kill $(cat /tmp/docker_logs_pid) 2>/dev/null || true rm /tmp/docker_logs_pid - fi \ No newline at end of file + fi