From 59d7cc0966362ec1bf247ace07b5493bec4bcd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:43:15 +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 3ea0505a..ce21317d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.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: screenshot.flatpak manifest-path: io.elementary.screenshot.yml diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index de4b03c4..e25ecd01 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -29,7 +29,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: screenshot.flatpak manifest-path: io.elementary.screenshot.yml @@ -40,7 +40,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 38ad5cab..6796ae0e 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: screenshot.flatpak manifest-path: io.elementary.screenshot.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