From 375ff6296b26873b2af06f91521f98951a6ecdb3 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 27 May 2025 22:21:23 +0300 Subject: [PATCH] ci: try to upgrade flatpak action --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6dd8bde7..5c580fe9 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -97,7 +97,7 @@ jobs: include: - app: su.xash.Engine.Compat.i386 container: - image: bilelmoussaoui/flatpak-github-actions:freedesktop-24.08 + image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08 options: --privileged steps: - name: Checkout @@ -105,7 +105,7 @@ jobs: with: submodules: recursive - name: Build flatpak (Compat.i386) - uses: FWGS/flatpak-github-actions/flatpak-builder@v6.3-fix + uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: ${{ matrix.app }}.flatpak manifest-path: scripts/flatpak/${{ matrix.app }}.yml