diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-12-30 19:23:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-30 19:23:10 +0100 |
commit | 4b12c85d91be34504384117584fb4f25a754481e (patch) | |
tree | 7b6d3187616ee262cd3e87a5f6dae30b7a00a010 /.github/workflows | |
parent | d55f47077aed0e2066f4b5d8f1bd208ffffd550e (diff) | |
parent | 11df4845b7ce916cf2e34bf2fa3afbbd61735999 (diff) | |
download | PrismLauncher-4b12c85d91be34504384117584fb4f25a754481e.tar.gz PrismLauncher-4b12c85d91be34504384117584fb4f25a754481e.tar.bz2 PrismLauncher-4b12c85d91be34504384117584fb4f25a754481e.zip |
Merge pull request #673 from PrismLauncher/renovate/flatpak-flatpak-github-actions-5.x
chore(deps): update flatpak/flatpak-github-actions action to v5
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14c5b5e5..b6e179e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -546,11 +546,10 @@ 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 - cache-key: flatpak-${{ github.sha }}-x86_64 nix: runs-on: ubuntu-latest |