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