Skip to content

Commit c1d0b3d

Browse files
authored
Update GitHub Actions and fix building (#37)
* Actions: Update actions/checkout to v4 * Actions: Update flatpak-github-actions/flatpak-builder to v6.5 * Fix build * Use tarball
1 parent 36e7ad7 commit c1d0b3d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222

2323
# Builds your flatpak manifest using the Flatpak Builder action
24-
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
24+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
2525
with:
2626
# This is the name of the Bundle file we're building and can be anything you like
2727
bundle: Communique.flatpak

com.github.suzie97.communique.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ modules:
4141
- name: libpeas
4242
buildsystem: meson
4343
sources:
44-
- type: git
45-
url: https://gitlab.gnome.org/GNOME/libpeas.git
46-
branch: master
44+
- type: archive
45+
url: https://download.gnome.org/sources/libpeas/1.36/libpeas-1.36.0.tar.xz
46+
sha256: 297cb9c2cccd8e8617623d1a3e8415b4530b8e5a893e3527bbfd1edd13237b4c
4747

4848
- name: rest
4949
cleanup:
@@ -59,7 +59,7 @@ modules:
5959
- name: gnome-online-accounts
6060
sources:
6161
- type: archive
62-
url: https://download-fallback.gnome.org/sources/gnome-online-accounts/3.40/gnome-online-accounts-3.40.0.tar.xz
62+
url: https://download.gnome.org/sources/gnome-online-accounts/3.40/gnome-online-accounts-3.40.0.tar.xz
6363
sha256: 585c4f979f6f543b77bfdb4fb01eb18ba25c2aec5b7866c676d929616fb2c3fa
6464

6565
- name: gumbo

0 commit comments

Comments
 (0)