From ea0a0db7a7ebb973e544a13aa56d525f37f7d830 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:01:51 -0400 Subject: [PATCH] Update fedora Docker tag to v42 (#6924) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0092b1a1..e7f67b39d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -977,7 +977,7 @@ jobs: needs: build-binary-linux name: "check system | python on fedora" runs-on: ubuntu-latest - container: fedora:41 + container: fedora:42 steps: - uses: actions/checkout@v4