From f0c55a5a3181279d32ff78d324ddc039a4d4164f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 00:05:16 +0000 Subject: [PATCH] Bump bilelmoussaoui/flatpak-github-actions from 4 to 5 Bumps [bilelmoussaoui/flatpak-github-actions](https://github.com/bilelmoussaoui/flatpak-github-actions) from 4 to 5. - [Release notes](https://github.com/bilelmoussaoui/flatpak-github-actions/releases) - [Commits](https://github.com/bilelmoussaoui/flatpak-github-actions/compare/v4...v5) --- updated-dependencies: - dependency-name: bilelmoussaoui/flatpak-github-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/merge.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2de440ba..72eacff98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: platforms: arm64 - name: Build - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 + uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v5 with: bundle: videos.flatpak manifest-path: io.elementary.videos.yml diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 3d596803f..a00468e2a 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: platforms: arm64 - name: Build - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 + uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v5 with: bundle: videos.flatpak manifest-path: io.elementary.videos.yml @@ -43,7 +43,7 @@ jobs: arch: ${{ matrix.arch }} - name: Deploy - uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4 + uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v5 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 920283d48..7ea7297aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: platforms: arm64 - name: Build - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 + uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v5 with: bundle: videos.flatpak manifest-path: io.elementary.videos.yml @@ -56,7 +56,7 @@ jobs: arch: ${{ matrix.arch }} - name: Deploy - uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4 + uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v5 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io