From 2b87f44b38a70c0e0c8805e14c51653878a803cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:04:39 +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 e3dee0bb..9b9f142c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.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: screenshot.flatpak manifest-path: io.elementary.screenshot.yml diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 55208cc1..c43f43cf 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -29,7 +29,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: 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.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 5b7f1590..709428c4 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: 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.5 + uses: flatpak/flatpak-github-actions/flat-manager@v6.6 with: repository: appcenter flat-manager-url: https://flatpak-api.elementary.io