Skip to content

Commit

Permalink
README: Stop suggesting v6.1
Browse files Browse the repository at this point in the history
As we re-tag whenever a minor release happens
  • Loading branch information
bilelmoussaoui committed Sep 10, 2023
1 parent aeb5057 commit 0a7e6df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: palette.flatpak
manifest-path: org.gnome.zbrown.Palette.yml
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: palette.flatpak
manifest-path: org.gnome.zbrown.Palette.yml
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
name: "Build"
with:
bundle: palette.flatpak
Expand Down

0 comments on commit 0a7e6df

Please sign in to comment.