Skip to content

Commit ea55cc5

Browse files
committed
update workflows
1 parent 3d4b08a commit ea55cc5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ body:
5454
options:
5555
- I installed from Flathub (all Linuxes)
5656
- I installed from Appcenter (elementary OS)
57-
- I built it from sources (with Meson+Ninja)
57+
- I built it from sources (with Meson+Ninja, or from AUR)
5858
validations:
5959
required: true
6060

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
container:
18-
image: ghcr.io/elementary/flatpak-platform/runtime:8
18+
image: ghcr.io/elementary/flatpak-platform/runtime:8.2
1919
options: --privileged
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Build
26-
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
26+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
2727
with:
2828
bundle: jorts.flatpak
2929
manifest-path: io.github.elly_code.jorts.yml

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI: Lint"
1+
name: "Lint"
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)