From ea4ecea7d3c5f0bb9942a41f68f738f3c082662a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:13:04 +0000 Subject: [PATCH] Bump flatpak/flatpak-github-actions from 6.5 to 6.6 Bumps [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) from 6.5 to 6.6. - [Release notes](https://github.com/flatpak/flatpak-github-actions/releases) - [Commits](https://github.com/flatpak/flatpak-github-actions/compare/v6.5...v6.6) --- updated-dependencies: - dependency-name: flatpak/flatpak-github-actions dependency-version: '6.6' 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 907750e..5fee383 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v5 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6 with: bundle: IconBrowser.flatpak manifest-path: io.elementary.iconbrowser.yml diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 99c5ad3..fb0feba 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v5 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6 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.5 + uses: flatpak/flatpak-github-actions/flat-manager@v6.6 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 158277c..0d02396 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v5 - name: Build - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6 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.5 + uses: flatpak/flatpak-github-actions/flat-manager@v6.6 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io