diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 6efda391..a93455ad 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -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: @@ -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: | @@ -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