From e2eae8031bad85de6f690634559dee50b7de5223 Mon Sep 17 00:00:00 2001 From: Martin Styk Date: Thu, 7 Nov 2024 07:56:41 +0100 Subject: [PATCH] Bump Fedora images Signed-off-by: Martin Styk --- .github/workflows/review-checks.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/review-checks.yml b/.github/workflows/review-checks.yml index 13d03e6..d3f72d0 100644 --- a/.github/workflows/review-checks.yml +++ b/.github/workflows/review-checks.yml @@ -8,16 +8,15 @@ jobs: fail-fast: false matrix: image: - - quay.io/fedora/fedora:38 - - quay.io/fedora/fedora:39 - quay.io/fedora/fedora:40 + - quay.io/fedora/fedora:41 - quay.io/fedora/fedora:rawhide runs-on: ubuntu-latest container: image: ${{ matrix.image }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Set DNF command run: | if [[ "${{ matrix.image }}" == *"rawhide"* ]]; then @@ -48,16 +47,15 @@ jobs: fail-fast: false matrix: image: - - quay.io/fedora/fedora:38 - - quay.io/fedora/fedora:39 - quay.io/fedora/fedora:40 + - quay.io/fedora/fedora:41 - quay.io/fedora/fedora:rawhide runs-on: ubuntu-latest container: image: ${{ matrix.image }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Set DNF command run: | if [[ "${{ matrix.image }}" == *"rawhide"* ]]; then @@ -89,8 +87,6 @@ jobs: fail-fast: false matrix: image: - - quay.io/fedora/fedora:38 - - quay.io/fedora/fedora:39 - quay.io/fedora/fedora:40 - quay.io/fedora/fedora:rawhide - quay.io/centos/centos:centos7