Skip to content
Closed
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand All @@ -27,7 +27,7 @@ jobs:
name: protocol + tab_strip (no Qt)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down Expand Up @@ -59,16 +59,16 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout MultiProcessShell
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
path: MultiProcessShell
- name: Checkout QThemeEngine (sibling for Demo Client)
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: yanxijian/QThemeEngine
path: QThemeEngine
- name: Checkout QFluentRibbon (sibling for Demo Client)
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: yanxijian/QFluentRibbon
path: QFluentRibbon
Expand Down
Loading