diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af90516..e7712a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: jobs: docs-checks: runs-on: ubuntu-latest - container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v6 with: @@ -28,7 +28,7 @@ jobs: spelling-and-formatting-checks: runs-on: ubuntu-latest - container: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT steps: - name: Install dependencies for Fedora run: > @@ -50,4 +50,4 @@ jobs: general_checks: uses: stratis-storage/github-actions/.github/workflows/reusable_general.yml@master with: - fedora-container-image-number: 43 # CURRENT DEVELOPMENT ENVIRONMENT + fedora-container-image-number: 44 # CURRENT DEVELOPMENT ENVIRONMENT