diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-24 16:20:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-24 16:20:44 +0000 |
commit | e4296c48c86c6c0a0523630563808af09a30e923 (patch) | |
tree | 0ea0bfc123bdbcb6d246ad93e81993b7047699d9 | |
parent | dd3848d7b161e415c34c3c1c393985b644a88f1c (diff) | |
download | PrismLauncher-e4296c48c86c6c0a0523630563808af09a30e923.tar.gz PrismLauncher-e4296c48c86c6c0a0523630563808af09a30e923.tar.bz2 PrismLauncher-e4296c48c86c6c0a0523630563808af09a30e923.zip |
chore(deps): update flatpak/flatpak-github-actions action to v5
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f415741d..dd27ba30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -546,7 +546,7 @@ jobs: submodules: 'true' - name: Build Flatpak (Linux) if: inputs.build_type == 'Debug' - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 + uses: flatpak/flatpak-github-actions/flatpak-builder@v5 with: bundle: "Prism Launcher.flatpak" manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml |