File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 - uses : actions/setup-python@v5
2121 with :
22- python-version : ' 3.8 '
22+ python-version : ' 3.9 '
2323
2424 - name : Install dependencies
2525 run : |
4646 - uses : actions/checkout@v4
4747 - uses : actions/setup-python@v5
4848 with :
49- python-version : ' 3.8 '
49+ python-version : ' 3.9 '
5050 # Extra installation since we are not using ubuntu-latest
5151 - run : apt-get update && apt-get -y install libglib2.0-dev-bin
5252 - run : apt-get -y install meson appstream desktop-file-utils gettext
@@ -57,13 +57,13 @@ jobs:
5757 flatpak-build-test :
5858 runs-on : ubuntu-latest
5959 container :
60- image : bilelmoussaoui/ flatpak-github-actions:gnome-45
60+ image : ghcr.io/flathub-infra/ flatpak-github-actions:gnome-46
6161 options : --privileged
6262 steps :
6363 - uses : actions/checkout@v4
6464 - uses : actions/setup-python@v5
6565 with :
66- python-version : ' 3.8 '
66+ python-version : ' 3.9 '
6767 - uses : flatpak/flatpak-github-actions/flatpak-builder@v6
6868 with :
6969 bundle : " diffuse.flatpak"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
2222- Docs: fix incorrect flatpak command to install runtime SDK (@MightyCreak )
2323- Update to flatpak's GNOME runtime 46 (@MightyCreak )
24+ - Update GitHub actions: use Python 3.9 and latest Flatpak image (@MightyCreak )
2425
2526## 0.9.0 - 2024-01-13
2627
You can’t perform that action at this time.
0 commit comments