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
12 changes: 6 additions & 6 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Checkout
if: steps.gate.outputs.enabled == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: true

Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
if: contains(format(',{0},', needs.setup.outputs.enabled_targets), ',linux-arm32,')
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: true

Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
# ─────────────────────────────────────────────────────────────────
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: true

Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
# times out, causing CI failures. Re-enable when server is stable.
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: true

Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
# shared installer script patches it in after cloning Lazarus.
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: true

Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
if: contains(format(',{0},', needs.setup.outputs.enabled_targets), ',solaris,')
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: true

Expand Down
Loading