From 78f75bf4bc3daf8d67e3f8adaf57e884bc3e843c Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:23:02 -0700 Subject: [PATCH] Update Flatpak GitHub Actions image version --- .github/workflows/flatpak-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml index 9311fc50..533f8006 100644 --- a/.github/workflows/flatpak-build.yml +++ b/.github/workflows/flatpak-build.yml @@ -11,7 +11,7 @@ jobs: flatpak_build: runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-49 + image: bilelmoussaoui/flatpak-github-actions:gnome-46 options: --privileged steps: - uses: actions/checkout@v2