Skip to content

Commit c3e1cf3

Browse files
committed
Update flatpak CI dependencies
1 parent 0b52315 commit c3e1cf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
container:
20-
image: ghcr.io/elementary/flatpak-platform/runtime:daily
20+
image: ghcr.io/elementary/flatpak-platform/runtime:8
2121
options: --privileged
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626

2727
- name: Build
28-
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
28+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
2929
with:
3030
bundle: badger.flatpak
3131
manifest-path: com.github.elfenware.badger.yml

0 commit comments

Comments
 (0)