Skip to content

Commit 622fe8d

Browse files
Bump flatpak/flatpak-github-actions from 6.6 to 6.7 (#334)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61e005e commit 622fe8d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@v6
3232

3333
- name: Build
34-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
34+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.7
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@v6
3030

3131
- name: Build
32-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
32+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.7
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.6
43+
uses: flatpak/flatpak-github-actions/flat-manager@v6.7
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@v6
5353

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

0 commit comments

Comments
 (0)