Skip to content

Commit 478ea64

Browse files
authored
Merge pull request #49 from bahrom04/update-deps
update: deps and use new adw shortcut modal
2 parents 41f89c3 + ebbf998 commit 478ea64

File tree

13 files changed

+381
-446
lines changed

13 files changed

+381
-446
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Rustfmt
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: actions-rs/toolchain@v1
1515
with:
1616
profile: minimal
@@ -26,13 +26,12 @@ jobs:
2626
name: Flatpak
2727
runs-on: ubuntu-latest
2828
container:
29-
image: bilelmoussaoui/flatpak-github-actions:gnome-46
29+
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
3030
options: --privileged
3131
steps:
32-
- uses: actions/checkout@v4
33-
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
34-
with:
35-
bundle: gtk-rust-template.flatpak
36-
manifest-path: build-aux/com.belmoussaoui.GtkRustTemplate.Devel.json
37-
run-tests: true
38-
cache-key: flatpak-builder-${{ github.sha }}
32+
- uses: actions/checkout@v6
33+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
34+
with:
35+
bundle: gtk-rust-template.flatpak
36+
manifest-path: build-aux/com.belmoussaoui.GtkRustTemplate.json
37+
cache-key: flatpak-builder-${{ github.sha }}

0 commit comments

Comments
 (0)