ci-build.yml: Explicitly name the checkout step.
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 36b133c..46120cf 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -8,7 +8,8 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - name: Checkout
+ uses: actions/checkout@v4
- name: Configure
# We enforce -Wdeclaration-after-statement because Qt project needs to
# build MD4C with Integrity compiler which chokes whenever a declaration