Merge pull request #2661 from ninja-build/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
diff --git a/.github/workflows/linux-musl.yml b/.github/workflows/linux-musl.yml
index d361dd1..b1bd693 100644
--- a/.github/workflows/linux-musl.yml
+++ b/.github/workflows/linux-musl.yml
@@ -28,7 +28,7 @@
 
     steps:
       - name: Host - checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           fetch-depth: 0
           persist-credentials: false
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index b905b1b..6320d95 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -14,7 +14,7 @@
     container:
       image: fedora:40
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Install dependencies
         run: dnf install -y ninja-build cmake gtest-devel re2c clang util-linux clang-tools-extra
       - name: Linting
@@ -54,7 +54,7 @@
     runs-on: ${{ matrix.host-os }}
     container: rockylinux/rockylinux:8
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - uses: codespell-project/actions-codespell@master
         with:
           ignore_words_list: fo,wee,addin,notin
@@ -122,7 +122,7 @@
     runs-on: ${{ matrix.host-os }}
     container: ${{ matrix.image }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - name: Install dependencies
         run: |
           apt update
@@ -180,7 +180,7 @@
     runs-on: ${{ matrix.host-os }}
     container: ${{ matrix.image }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           persist-credentials: false #https://docs.zizmor.sh/audits/#artipacked
       - name: Install dependencies
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 6ea1c45..14b49ab 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -13,7 +13,7 @@
     runs-on: macos-13
 
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
 
     - name: Install dependencies
       run: brew install re2c
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index a683313..9dec2c2 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -22,7 +22,7 @@
           suffix: 'arm64'
 
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
 
     - name: Install dependencies
       run: choco install re2c