From 22e71c6fd2bce7fb94c913719e91fc7fbfa649ba Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 9 Sep 2025 23:14:07 -0700 Subject: [PATCH] Update the checks in the soundness.yml to use Swift 6.1 Docker images --- .github/workflows/soundness.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/soundness.yml b/.github/workflows/soundness.yml index 6c7d187..2de4edb 100644 --- a/.github/workflows/soundness.yml +++ b/.github/workflows/soundness.yml @@ -18,7 +18,7 @@ on: api_breakage_check_container_image: type: string description: "Container image for the API breakage check job. Defaults to latest Swift Ubuntu image." - default: "swift:6.0-noble" + default: "swift:6.1-noble" docs_check_enabled: type: boolean description: "Boolean to enable the docs check job. Defaults to true." @@ -26,7 +26,7 @@ on: docs_check_container_image: type: string description: "Container image for the docs check job. Defaults to latest Swift Ubuntu image." - default: "swift:6.0-noble" + default: "swift:6.1-noble" docs_check_additional_arguments: type: string description: "Additional arguments that should be passed to docc" @@ -58,7 +58,7 @@ on: format_check_container_image: type: string description: "Container image for the format check job. Defaults to latest Swift Ubuntu image." - default: "swift:6.0-noble" + default: "swift:6.1-noble" shell_check_enabled: type: boolean description: "Boolean to enable the shell check job. Defaults to true." @@ -66,7 +66,7 @@ on: shell_check_container_image: type: string description: "Container image for the shell check job. Defaults to latest Swift Ubuntu image." - default: "swift:6.0-noble" + default: "swift:6.1-noble" yamllint_check_enabled: type: boolean description: "Boolean to enable the YAML lint check job. Defaults to true."