[PECL-CVS] [pecl-networking-gearman] master: Update CI checkout action version from v4 to v6

[email protected] (Ed Sabol via GitHub) Thu, 9 Apr 2026 13:05:40 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Ed Sabol (esabol)
Committer: GitHub (web-flow)
Pusher: rlerdorf
Date: 2026-04-09T00:24:05-04:00

Commit: https://github.com/php/pecl-networking-gearman/commit/11ba9210769b2ff5b735658cbd3a5633e152fefd
Raw diff: https://github.com/php/pecl-networking-gearman/commit/11ba9210769b2ff5b735658cbd3a5633e152fefd.diff

Update CI checkout action version from v4 to v6

Changed paths:
  M  .github/workflows/ci.yml


Diff:

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index df50cd5..23a8425 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
         with:
           php-version: ${{ matrix.version }}
 
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
 
       - name: Install gearman on macOS
         if: ${{ matrix.os == 'macos-latest' }}