From 6c251e9cc1bfb33862c0c2bba4efefa0d5568014 Mon Sep 17 00:00:00 2001 From: Roman Vladimirov Date: Fri, 13 Dec 2024 16:12:10 +0300 Subject: [PATCH] Update flatpak.yml --- .github/workflows/flatpak.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index baafd77..a4b73d1 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-40 + image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged strategy: matrix: @@ -24,7 +24,7 @@ jobs: uses: docker/setup-qemu-action@v3 with: platforms: arm64 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: anilibria.flatpak manifest-path: tv.anilibria.app.yml