diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-02 03:14:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 03:14:42 +0000 |
commit | 732bc536926d86015ff702c2ec46606787432009 (patch) | |
tree | 883c0e95e20815d9d4521f53fd02c038c5058299 | |
parent | 09d607f39c47a467de5dde260e90771ad0ac51df (diff) | |
download | PrismLauncher-732bc536926d86015ff702c2ec46606787432009.tar.gz PrismLauncher-732bc536926d86015ff702c2ec46606787432009.tar.bz2 PrismLauncher-732bc536926d86015ff702c2ec46606787432009.zip |
chore(deps): update flatpak/flatpak-github-actions action to v6
-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 |