Skip to content

Commit a3f5252

Browse files
authored
Actions: also update builder to 6.4 (#551)
1 parent 9c0cf54 commit a3f5252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
platforms: arm64
6969

7070
- name: Build
71-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
71+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.4
7272
with:
7373
bundle: ${{ needs.parse.outputs.rdnn }}.flatpak
7474
manifest-path: ${{ steps.manifest.outputs.manifest }}

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
platforms: arm64
6969

7070
- name: Build
71-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
71+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.4
7272
with:
7373
bundle: ${{ needs.parse.outputs.rdnn }}.flatpak
7474
manifest-path: ${{ steps.manifest.outputs.manifest }}

0 commit comments

Comments
 (0)