Skip to content

Commit 193d118

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 fb99814 commit 193d118

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
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
- name: Build
34-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5
34+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
3535
with:
3636
bundle: screenshot.flatpak
3737
manifest-path: io.elementary.screenshot.yml

.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: screenshot.flatpak
3535
manifest-path: io.elementary.screenshot.yml
@@ -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
@@ -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: screenshot.flatpak
5858
manifest-path: io.elementary.screenshot.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)