We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b52315 commit c3e1cf3Copy full SHA for c3e1cf3
.github/workflows/ci.yml
@@ -17,15 +17,15 @@ jobs:
17
runs-on: ubuntu-latest
18
19
container:
20
- image: ghcr.io/elementary/flatpak-platform/runtime:daily
+ image: ghcr.io/elementary/flatpak-platform/runtime:8
21
options: --privileged
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
26
27
- name: Build
28
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
+ uses: flatpak/flatpak-github-actions/flatpak-builder@v6
29
with:
30
bundle: badger.flatpak
31
manifest-path: com.github.elfenware.badger.yml
0 commit comments