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