Skip to content

Commit

Permalink
Bump bilelmoussaoui/flatpak-github-actions from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [bilelmoussaoui/flatpak-github-actions](https://github.com/bilelmoussaoui/flatpak-github-actions) from 4 to 5.
- [Release notes](https://github.com/bilelmoussaoui/flatpak-github-actions/releases)
- [Commits](flatpak/flatpak-github-actions@v4...v5)

---
updated-dependencies:
- dependency-name: bilelmoussaoui/flatpak-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2023
1 parent d619fc4 commit f0c55a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
platforms: arm64

- name: Build
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v5
with:
bundle: videos.flatpak
manifest-path: io.elementary.videos.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
platforms: arm64

- name: Build
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v5
with:
bundle: videos.flatpak
manifest-path: io.elementary.videos.yml
Expand All @@ -43,7 +43,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Deploy
uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4
uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v5
with:
repository: appcenter
flat-manager-url: https://flatpak-api.elementary.io
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
platforms: arm64

- name: Build
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v5
with:
bundle: videos.flatpak
manifest-path: io.elementary.videos.yml
Expand All @@ -56,7 +56,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Deploy
uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4
uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v5
with:
repository: appcenter
flat-manager-url: https://flatpak-api.elementary.io
Expand Down

0 comments on commit f0c55a5

Please sign in to comment.