diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de555a84..ad520f3b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,7 +66,7 @@ jobs: rdnn: ${{ needs.parse.outputs.rdnn }} - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6 with: bundle: ${{ needs.parse.outputs.rdnn }}.flatpak manifest-path: ${{ steps.manifest.outputs.manifest }} @@ -78,7 +78,7 @@ jobs: arch: ${{ matrix.configuration.arch }} - name: Deploy - uses: flatpak/flatpak-github-actions/flat-manager@v6.5 + uses: flatpak/flatpak-github-actions/flat-manager@v6.6 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 38988552..81d1e4a3 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -66,7 +66,7 @@ jobs: rdnn: ${{ needs.parse.outputs.rdnn }} - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6 with: bundle: ${{ needs.parse.outputs.rdnn }}.flatpak manifest-path: ${{ steps.manifest.outputs.manifest }}