From bf3e125f1df41d9dc9cbed57b4d1358e546dd709 Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Thu, 19 Sep 2024 08:43:13 -0600 Subject: [PATCH] Actions: Use GNOME 47 containers (#48) --- .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 49a831e..b3a74e9 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -14,7 +14,7 @@ jobs: name: Flatpak (Devel) runs-on: ubuntu-latest container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-46 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47 options: --privileged steps: - uses: actions/checkout@v4 @@ -27,7 +27,7 @@ jobs: name: Flatpak (Release) runs-on: ubuntu-latest container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-46 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47 options: --privileged steps: - uses: actions/checkout@v4