From 716cb59afccbdc3d09c3b87c4758a22eb77cd799 Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Tue, 22 Apr 2025 13:31:14 -0600 Subject: [PATCH] Workflows: Switch to upstream Flatpak Builder (#30) See: https://github.com/flathub-infra/flatpak-github-actions/issues/17 --- .github/workflows/flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index bb305c3..4daae6b 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -17,7 +17,7 @@ jobs: options: --privileged steps: - uses: actions/checkout@v4 - - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: rota.flatpak manifest-path: linux/net.hhoney.rota.yml