From fbcd5253ec47a0e79904c76336fbce4b3749de42 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 2 Apr 2023 13:10:57 +0530 Subject: [PATCH] README: Bump version in examples, minor changes --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ae1155af..584b732b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -# Flatpak Github Actions +
-![CI](https://github.com/flatpak/flatpak-github-actions/workflows/CI/badge.svg) +# Flatpak GitHub Actions -Build and deploy your Flatpak application using Github Actions +Build and deploy your Flatpak application using GitHub Actions -

Flatpak logo -

+ +![CI](https://github.com/flatpak/flatpak-github-actions/workflows/CI/badge.svg) + +
## How to use @@ -28,8 +30,8 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged steps: - - uses: actions/checkout@v2 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 + - uses: actions/checkout@v3 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: palette.flatpak manifest-path: org.gnome.zbrown.Palette.yml @@ -81,17 +83,17 @@ jobs: # Don't fail the whole workflow if one architecture fails fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Docker is required by the docker/setup-qemu-action which enables emulation - name: Install deps run: | dnf -y install docker - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v2 with: platforms: arm64 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: palette.flatpak manifest-path: org.gnome.zbrown.Palette.yml @@ -159,8 +161,8 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged steps: - - uses: actions/checkout@v2 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 + - uses: actions/checkout@v3 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 name: "Build" with: bundle: palette.flatpak