Skip to content

Commit 6c2d5b8

Browse files
dependabot[bot]lenemter
authored andcommitted
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](flatpak/flatpak-github-actions@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] <[email protected]>
1 parent 4d415cb commit 6c2d5b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v5
6363

6464
- name: Build
65-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
65+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
6666
with:
6767
bundle: mail.flatpak
6868
manifest-path: io.elementary.mail.json

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

3131
- name: Build
32-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
32+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
3333
with:
3434
bundle: mail.flatpak
3535
manifest-path: io.elementary.mail.json
@@ -40,7 +40,7 @@ jobs:
4040
arch: ${{ matrix.configuration.arch }}
4141

4242
- name: Deploy
43-
uses: flatpak/flatpak-github-actions/flat-manager@v6.5
43+
uses: flatpak/flatpak-github-actions/flat-manager@v6.6
4444
with:
4545
repository: appcenter
4646
flat-manager-url: https://flatpak-api.elementary.io

0 commit comments

Comments
 (0)