From 5c9df810541dadf66822002fb56a0b36272d2570 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:01:03 +0000 Subject: [PATCH] chore(deps): update fedora docker tag to v45 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 045259a..ee4e121 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: | @@ -409,7 +409,7 @@ jobs: cmake-fedora: name: cmake fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:45 steps: - name: setup run: |