Skip to content

Commit bf78fd6

Browse files
committed
chore(cicd): update GitHub actions
1 parent 2913224 commit bf78fd6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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: |
@@ -46,7 +46,7 @@ jobs:
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"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)