From 82887929f1c023c541ee1b44a225a8915ec58dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:04:32 +0000 Subject: [PATCH] Bump flatpak/flatpak-github-actions from 5 to 6 Bumps [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) from 5 to 6. - [Release notes](https://github.com/flatpak/flatpak-github-actions/releases) - [Commits](https://github.com/flatpak/flatpak-github-actions/compare/v5...v6) --- updated-dependencies: - dependency-name: flatpak/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 c87c1bd77..14a37eeec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: platforms: arm64 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: Music.flatpak manifest-path: io.elementary.music.yml diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 4c0ca49b5..0afed3601 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -57,7 +57,7 @@ jobs: platforms: arm64 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: music.flatpak manifest-path: io.elementary.music.yml @@ -69,7 +69,7 @@ jobs: arch: ${{ matrix.arch }} - name: Deploy - uses: flatpak/flatpak-github-actions/flat-manager@v5 + uses: flatpak/flatpak-github-actions/flat-manager@v6 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd5430488..ec998ccf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: platforms: arm64 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: music.flatpak manifest-path: io.elementary.music.yml @@ -66,7 +66,7 @@ jobs: arch: ${{ matrix.arch }} - name: Deploy - uses: flatpak/flatpak-github-actions/flat-manager@v5 + uses: flatpak/flatpak-github-actions/flat-manager@v6 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io