[PECL-CVS] [pecl-database-ibm_db2] ci-update: off by one in version

[email protected] (Calvin Buckley) Thu, 16 Jul 2026 18:42:56 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Calvin Buckley (NattyNarwhal)
Date: 2026-07-16T15:42:50-03:00

Commit: https://github.com/php/pecl-database-ibm_db2/commit/54682102d7b11a29216f41532234ea93f8ba1223
Raw diff: https://github.com/php/pecl-database-ibm_db2/commit/54682102d7b11a29216f41532234ea93f8ba1223.diff

off by one in version

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


Diff:

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d704a96..7f5e7c0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
           - database:/database
     steps:
       - name: Checkout
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
       - name: Cache DB2 library
         id: cache-clidriver
         uses: actions/cache@v6
@@ -110,7 +110,7 @@ jobs:
     runs-on: windows-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v6
+        uses: actions/checkout@v7
       - name: Cache DB2 library
         id: cache-clidriver
         uses: actions/cache@v6