Skip to content

Commit 1fc9784

Browse files
Bump flatpak/flatpak-github-actions from 6.4 to 6.5 (#807)
Bumps [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) from 6.4 to 6.5. - [Release notes](https://github.com/flatpak/flatpak-github-actions/releases) - [Commits](flatpak/flatpak-github-actions@v6.4...v6.5) --- updated-dependencies: - dependency-name: flatpak/flatpak-github-actions dependency-version: '6.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc2da44 commit 1fc9784

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@v4
3434

3535
- name: Build
36-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.4
36+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
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@v4
6161

6262
- name: Build
63-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.4
63+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
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.4
75+
uses: flatpak/flatpak-github-actions/flat-manager@v6.5
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@v4
5353

5454
- name: Build
55-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.4
55+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
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.4
67+
uses: flatpak/flatpak-github-actions/flat-manager@v6.5
6868
with:
6969
repository: appcenter
7070
flat-manager-url: https://flatpak-api.elementary.io

0 commit comments

Comments
 (0)