Skip to content

Commit 64f227f

Browse files
kbdharunbilelmoussaoui
authored andcommitted
README: Bump version in examples, minor changes
1 parent 759831c commit 64f227f

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Flatpak Github Actions
1+
<div align="center">
22

3-
![CI](https://github.com/flatpak/flatpak-github-actions/workflows/CI/badge.svg)
3+
# Flatpak GitHub Actions
44

5-
Build and deploy your Flatpak application using Github Actions
5+
Build and deploy your Flatpak application using GitHub Actions
66

7-
<p align="center">
87
<img src="https://user-images.githubusercontent.com/15098724/55282117-f8253380-52fa-11e9-95a3-ccae83b23034.png" alt="Flatpak logo" />
9-
</p>
8+
9+
![CI](https://github.com/flatpak/flatpak-github-actions/workflows/CI/badge.svg)
10+
11+
</div>
1012

1113
## How to use
1214

@@ -28,8 +30,8 @@ jobs:
2830
image: bilelmoussaoui/flatpak-github-actions:gnome-44
2931
options: --privileged
3032
steps:
31-
- uses: actions/checkout@v2
32-
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
33+
- uses: actions/checkout@v3
34+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
3335
with:
3436
bundle: palette.flatpak
3537
manifest-path: org.gnome.zbrown.Palette.yml
@@ -81,17 +83,17 @@ jobs:
8183
# Don't fail the whole workflow if one architecture fails
8284
fail-fast: false
8385
steps:
84-
- uses: actions/checkout@v2
86+
- uses: actions/checkout@v3
8587
# Docker is required by the docker/setup-qemu-action which enables emulation
8688
- name: Install deps
8789
run: |
8890
dnf -y install docker
8991
- name: Set up QEMU
9092
id: qemu
91-
uses: docker/setup-qemu-action@v1
93+
uses: docker/setup-qemu-action@v2
9294
with:
9395
platforms: arm64
94-
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
96+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
9597
with:
9698
bundle: palette.flatpak
9799
manifest-path: org.gnome.zbrown.Palette.yml
@@ -159,8 +161,8 @@ jobs:
159161
image: bilelmoussaoui/flatpak-github-actions:gnome-44
160162
options: --privileged
161163
steps:
162-
- uses: actions/checkout@v2
163-
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
164+
- uses: actions/checkout@v3
165+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
164166
name: "Build"
165167
with:
166168
bundle: palette.flatpak

0 commit comments

Comments
 (0)