From b941ae151595fd874640e7a6d4378199a53528be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 19 Feb 2025 09:21:00 -0800 Subject: [PATCH 1/2] Actions: bump flatpak to 6.4 --- .github/workflows/merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 664e6b8..20937c0 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: platforms: arm64 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.4 with: bundle: epiphany.flatpak manifest-path: org.gnome.epiphany.json @@ -42,7 +42,7 @@ jobs: branch: stable arch: ${{ matrix.arch }} - name: Deploy - uses: flatpak/flatpak-github-actions/flat-manager@v6 + uses: flatpak/flatpak-github-actions/flat-manager@v6.4 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io From 0cae7cb768d6466b584d5a79baf2278326e5691d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 19 Feb 2025 09:24:03 -0800 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f768bb9..58bac78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: platforms: arm64 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.4 with: bundle: org.gnome.epiphany.flatpak manifest-path: org.gnome.epiphany.json