Skip to content

Commit ae1b948

Browse files
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] <support@github.com>
1 parent 559b801 commit ae1b948

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
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v5
5656

5757
- name: Build
58-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
58+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
5959
with:
6060
bundle: tasks.flatpak
6161
manifest-path: io.elementary.tasks.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: tasks.flatpak
3535
manifest-path: io.elementary.tasks.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

.github/workflows/release.yml

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

5353
- name: Build
54-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
54+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
5555
with:
5656
bundle: tasks.flatpak
5757
manifest-path: io.elementary.tasks.json
@@ -63,7 +63,7 @@ jobs:
6363
arch: ${{ matrix.configuration.arch }}
6464

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

0 commit comments

Comments
 (0)