From c2f9a1edaeedc70e1501c43bd127ed90d1fff7b0 Mon Sep 17 00:00:00 2001 From: Brage Fuglseth Date: Sat, 9 Sep 2023 13:57:15 +0200 Subject: [PATCH] fix: downgrade flatpak-builder in CI to 5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8fba84..775748e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v5 with: bundle: fretboard.flatpak manifest-path: dev.bragefuglseth.Fretboard.json