From 52543f5859b8a7f0faec5d8a4ca016074739ef86 Mon Sep 17 00:00:00 2001 From: Cassidy James Date: Thu, 25 Jun 2026 16:12:53 -0600 Subject: [PATCH] workflows: bump Flatpak image and action versions --- .github/workflows/flatpak.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 191445f..0be761e 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -13,11 +13,11 @@ jobs: flatpak: runs-on: ubuntu-latest container: - image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08 + image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-25.08 options: --privileged steps: - - uses: actions/checkout@v4 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 + - uses: actions/checkout@v7.0.0 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.7 with: bundle: tinycrate.flatpak manifest-path: linux/net.hhoney.tinycrate.yml