From 23a18b03f9429f8499734453c808df6f4722e26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:03:28 +0000 Subject: [PATCH] Bump flatpak/flatpak-github-actions from 6.6 to 6.7 Bumps [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) from 6.6 to 6.7. - [Release notes](https://github.com/flatpak/flatpak-github-actions/releases) - [Commits](https://github.com/flatpak/flatpak-github-actions/compare/v6.6...v6.7) --- updated-dependencies: - dependency-name: flatpak/flatpak-github-actions dependency-version: '6.7' dependency-type: direct:production update-type: version-update:semver-minor ... 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 0968b4e..2e1827b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v6 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.7 with: bundle: IconBrowser.flatpak manifest-path: io.elementary.iconbrowser.yml diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 71df9eb..aaa3d08 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v6 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.7 with: bundle: iconbrowser.flatpak manifest-path: io.elementary.iconbrowser.yml @@ -43,7 +43,7 @@ jobs: arch: ${{ matrix.configuration.arch }} - name: Deploy - uses: flatpak/flatpak-github-actions/flat-manager@v6.6 + uses: flatpak/flatpak-github-actions/flat-manager@v6.7 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9162f07..48e0572 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v6 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.7 with: bundle: iconbrowser.flatpak manifest-path: io.elementary.iconbrowser.yml @@ -64,7 +64,7 @@ jobs: arch: ${{ matrix.configuration.arch }} - name: Deploy - uses: flatpak/flatpak-github-actions/flat-manager@v6.6 + uses: flatpak/flatpak-github-actions/flat-manager@v6.7 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io