From 166f25f82bddc63b819cccf88b1c0b00f0def95a Mon Sep 17 00:00:00 2001 From: derekbailey Date: Wed, 21 Jan 2026 00:19:18 +0000 Subject: [PATCH] `MODULE.bazel`: Upgrade `rules_swift` version --- .github/workflows/build.yml | 5 +++++ MODULE.bazel | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef048e6b3..3ca3f118a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -592,11 +592,16 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 + # Explicitly use 8.5.1 until we can update or https://github.com/actions/runner-images/issues/13564 is fixed. + - name: Set env + run: > + echo "USE_BAZEL_VERSION=8.5.1" >> $GITHUB_ENV - name: bazel build run: > bazel build //:flatc //:flatbuffers + //tests:flatbuffers_test - name: bazel test run: > bazel test diff --git a/MODULE.bazel b/MODULE.bazel index cc9a5c69a..c4d4f1019 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -7,7 +7,7 @@ module( bazel_dep( name = "aspect_bazel_lib", - version = "2.11.0", + version = "2.14.0", ) bazel_dep( name = "aspect_rules_esbuild", @@ -28,11 +28,11 @@ bazel_dep( ) bazel_dep( name = "platforms", - version = "0.0.10", + version = "0.0.11", ) bazel_dep( name = "rules_cc", - version = "0.0.16", + version = "0.1.1", ) bazel_dep( name = "rules_go",