From efaa7fa90410a0652131690a1b703c4736408e8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:25:37 +0000 Subject: [PATCH] Update fedora Docker tag to v44 --- .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 1a8b6a7..fc73bc2 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:43 + container: fedora:44 steps: - name: setup run: | @@ -365,7 +365,7 @@ jobs: cmake-fedora: name: cmake fedora linux amd64 runs-on: ubuntu-latest - container: fedora:43 + container: fedora:44 steps: - name: setup run: | @@ -688,7 +688,7 @@ jobs: gradle-fedora: name: gradle fedora linux amd64 runs-on: ubuntu-latest - container: fedora:43 + container: fedora:44 steps: - name: setup run: |