Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Install GTK development packages
run: |
sudo apt-get update
Expand All @@ -42,7 +42,7 @@ jobs:
env:
APPIMAGE_EXTRACT_AND_RUN: 1 # the runners have no FUSE
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Install GTK runtime, helper programs and packaging dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Install flatpak-builder
run: |
sudo apt-get update
Expand Down