From bcd5b098346ba60d8423017a3e8dc9510ee39a29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 02:19:05 +0000 Subject: [PATCH] Update fedora Docker tag to v45 --- .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 293aa0d..82f309b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: bazel-fedora: name: bazel fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:45 steps: - name: setup run: | @@ -412,7 +412,7 @@ jobs: cmake-fedora: name: cmake fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:45 steps: - name: setup run: | @@ -787,7 +787,7 @@ jobs: meson-fedora: name: meson fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:45 steps: - name: setup run: |