Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# We keep the same OS version and Qt modules as the AppImage build to reuse cache
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install dependencies
run: |
sudo apt update
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
app-name: sane-break-windows-arm
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: AllanChain/install-qt-static@v6.11
- uses: ilammy/msvc-dev-cmd@v1

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
matrix:
arch: [x86_64, arm64]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: AllanChain/install-qt-static@v6.11

- name: Build Project
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
LANGUAGE: C.UTF-8
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install dependencies
run: |
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
# It's recommended to support old Ubuntu LTS for AppImages.
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install Wayland & X11
run: |
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Packing
run: zip -j -r sane-break-gnome-extension packaging/linux/gnome/sane-break@allanchain.github.io
Expand All @@ -351,7 +351,7 @@ jobs:
needs: [build-macos, build-windows, build-debian, build-appimage, build-gnome]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/download-artifact@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: macos-26
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: AllanChain/install-qt-static@v6.11

- name: Build Project
Expand Down
Loading