diff options
author | flow <flowlnlnln@gmail.com> | 2023-04-02 08:03:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 08:03:02 -0700 |
commit | eea1e3b80090994171f26b416dfb79dc7604121e (patch) | |
tree | c3c7f43ee5896ee8ac42e425673cf89db84c63d8 /.github | |
parent | bc1a7d2890cc4b1915c53c508bfc8508116c0b5f (diff) | |
parent | 732bc536926d86015ff702c2ec46606787432009 (diff) | |
download | PrismLauncher-eea1e3b80090994171f26b416dfb79dc7604121e.tar.gz PrismLauncher-eea1e3b80090994171f26b416dfb79dc7604121e.tar.bz2 PrismLauncher-eea1e3b80090994171f26b416dfb79dc7604121e.zip |
Merge pull request #967 from PrismLauncher/renovate/flatpak-flatpak-github-actions-6.x
Diffstat (limited to '.github')
-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 022a04f8..ae683795 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -563,7 +563,7 @@ jobs: submodules: 'true' - name: Build Flatpak (Linux) if: inputs.build_type == 'Debug' - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: "Prism Launcher.flatpak" manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml |