From 690297aaa9089765b2db4be2f83994d8ddfee3f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:04:42 +0000 Subject: [PATCH] chore(deps): update swift docker tag to v6.3 --- .github/workflows/file-system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/file-system.yml b/.github/workflows/file-system.yml index c64fc2c..96bb5c0 100644 --- a/.github/workflows/file-system.yml +++ b/.github/workflows/file-system.yml @@ -39,7 +39,7 @@ jobs: name: "Release build on Static Linux SDK (${{ matrix.arch }})" runs-on: ${{ matrix.runner }} container: - image: swift:6.2 + image: swift:6.3 timeout-minutes: 30 strategy: fail-fast: false