Commit dc045c0a6da for php.net

commit dc045c0a6da3c0ebd65c718f4304bfa112e11351
Author: Tim Düsterhus <tim@tideways-gmbh.com>
Date:   Wed Dec 17 15:32:24 2025 +0100

    Update GitHub Action workflows to `actions/checkout@v6` (master)

diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index dc52a152f7a..6338a1cb945 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -35,7 +35,7 @@ jobs:
     timeout-minutes: 20
     steps:
       - name: git checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6

       - name: Install dependencies
         run: |
diff --git a/.github/workflows/verify-bundled-files.yml b/.github/workflows/verify-bundled-files.yml
index e15fcb36a0e..6cce1a14cf7 100644
--- a/.github/workflows/verify-bundled-files.yml
+++ b/.github/workflows/verify-bundled-files.yml
@@ -20,7 +20,7 @@ jobs:
     runs-on: ubuntu-24.04
     steps:
       - name: git checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6

       - name: Detect changed files
         uses: dorny/paths-filter@v3