From b3060db0703d78797d9125342f784501c605f464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:06:46 +0000 Subject: [PATCH 1/3] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index 7d638c8..146f50d 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Copr support and make run: dnf install dnf-plugins-core make -y From 4655210a16affce39d01de19d4b0d78533b05fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 12 Sep 2023 08:46:34 +0200 Subject: [PATCH 2/3] ci: drop dependency on modular repositories Fedora 39 and newer do not support modularity. --- .github/workflows/fedora.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index 146f50d..901de2e 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -42,7 +42,6 @@ jobs: - name: Update the system and install dependencies run: | dnf config-manager --set-enabled updates-testing - dnf config-manager --set-enabled updates-testing-modular dnf update -y DNF_OPTS=-y make install-deps From 10cb909f1fbe8e284ea9eb831748901f655311ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 12 Sep 2023 08:48:55 +0200 Subject: [PATCH 3/3] ci: add Fedora 39 --- .github/workflows/fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index 901de2e..8a8f89f 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: # Fedora release targets - release: [36, 37, 38, rawhide] + release: [36, 37, 38, 39, rawhide] runs-on: ubuntu-latest container: