diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62c6a72..312ced7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: dependencies: runs-on: ubuntu-latest container: - image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT steps: - name: Install git for checkout action run: dnf install -y git @@ -103,4 +103,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 diff --git a/.github/workflows/every_thursday.yml b/.github/workflows/every_thursday.yml index bd0d6cc..4fe6f0e 100644 --- a/.github/workflows/every_thursday.yml +++ b/.github/workflows/every_thursday.yml @@ -14,4 +14,4 @@ jobs: pull-requests: write uses: stratis-storage/github-actions/.github/workflows/rust_development_version.yml@master with: - fedora-container-image-number: 43 # CURRENT DEVELOPMENT ENVIRONMENT + fedora-container-image-number: 44 # CURRENT DEVELOPMENT ENVIRONMENT diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3117872..5fe2eb4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -11,7 +11,7 @@ jobs: checks-with-ci-repo: runs-on: ubuntu-22.04 container: - image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT + image: fedora:44 # CURRENT DEVELOPMENT ENVIRONMENT steps: - name: Install git for checkout action run: dnf install -y git