Skip to content

Commit 883e193

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 cc5bb00 commit 883e193

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v5
3434

3535
- name: Build
36-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
36+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
3737
with:
3838
bundle: Music.flatpak
3939
manifest-path: io.elementary.music.yml

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v5
6161

6262
- name: Build
63-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
63+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
6464
with:
6565
bundle: music.flatpak
6666
manifest-path: io.elementary.music.yml
@@ -72,7 +72,7 @@ jobs:
7272
arch: ${{ matrix.configuration.arch }}
7373

7474
- name: Deploy
75-
uses: flatpak/flatpak-github-actions/flat-manager@v6.5
75+
uses: flatpak/flatpak-github-actions/flat-manager@v6.6
7676
with:
7777
repository: appcenter
7878
flat-manager-url: https://flatpak-api.elementary.io

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v5
5353

5454
- name: Build
55-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
55+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
5656
with:
5757
bundle: music.flatpak
5858
manifest-path: io.elementary.music.yml
@@ -64,7 +64,7 @@ jobs:
6464
arch: ${{ matrix.configuration.arch }}
6565

6666
- name: Deploy
67-
uses: flatpak/flatpak-github-actions/flat-manager@v6.5
67+
uses: flatpak/flatpak-github-actions/flat-manager@v6.6
6868
with:
6969
repository: appcenter
7070
flat-manager-url: https://flatpak-api.elementary.io

0 commit comments

Comments
 (0)