From 43ea248006fb57432bba0da2950b70b276ae3bc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:17:26 +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 fc73bc2..8776d02 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:45 steps: - name: setup run: | @@ -365,7 +365,7 @@ jobs: cmake-fedora: name: cmake fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:45 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:45 steps: - name: setup run: |