Skip to content

Commit 14574ef

Browse files
committed
CI: Update Flatpak builder action version
1 parent fe565af commit 14574ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_build_flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Build Flatpak (beta)
9595
if: ${{ inputs.stableBuild == false || inputs.stableBuild == 'false' }}
96-
uses: flatpak/flatpak-github-actions/flatpak-builder@10a3c29f0162516f0f68006be14c92f34bd4fa6c
96+
uses: flatpak/flatpak-github-actions/flatpak-builder@92ae9851ad316786193b1fd3f40c4b51eb5cb101
9797
with:
9898
bundle: ${{ steps.artifact-metadata.outputs.artifact-name }}.flatpak
9999
upload-artifact: false
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Build Flatpak (stable)
111111
if: ${{ inputs.stableBuild == true || inputs.stableBuild == 'true' }}
112-
uses: flatpak/flatpak-github-actions/flatpak-builder@10a3c29f0162516f0f68006be14c92f34bd4fa6c
112+
uses: flatpak/flatpak-github-actions/flatpak-builder@92ae9851ad316786193b1fd3f40c4b51eb5cb101
113113
with:
114114
bundle: ${{ steps.artifact-metadata.outputs.artifact-name }}.flatpak
115115
upload-artifact: false

0 commit comments

Comments
 (0)