From b52f260e043cc8cfb9b212bc2e305fd8009c6a26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:06:46 +0000 Subject: [PATCH] Update fedora Docker tag to v46 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1877fb9..f725934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: bazel-fedora: name: bazel fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:46 steps: - name: setup run: | @@ -364,7 +364,7 @@ jobs: cmake-fedora: name: cmake fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:46 steps: - name: setup run: | @@ -688,7 +688,7 @@ jobs: gradle-fedora: name: gradle fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:46 steps: - name: setup run: |