Skip to content

Commit

Permalink
flatpak.yml: Bump workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Apr 8, 2023
1 parent b358b68 commit babf3a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: bilelmoussaoui/flatpak-github-actions:gnome-41
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged

strategy:
Expand All @@ -16,7 +16,7 @@ jobs:
# Don't fail the whole workflow if one architecture fails
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install deps
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
platforms: arm64
if: ${{ matrix.arch == 'aarch64' }}

- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: Cozy.flatpak
manifest-path: com.github.geigi.cozy.json
Expand Down

0 comments on commit babf3a1

Please sign in to comment.