From be18f3e4b0eb21649e50de44f45b66357537cfcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:29:41 +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 f6ad6db0..4fb600f9 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: calculator.flatpak manifest-path: io.elementary.calculator.yml diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c8da8bcb..501bcee1 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -30,7 +30,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: calculator.flatpak manifest-path: io.elementary.calculator.yml @@ -41,7 +41,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 0500def4..9e1f12d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,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: calculator.flatpak manifest-path: io.elementary.calculator.yml @@ -63,7 +63,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