[PECL-CVS] [pecl-database-ibm_db2] ci-update: update stock actions
[email protected] (Calvin Buckley) Thu, 16 Jul 2026 18:15:35 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Calvin Buckley (NattyNarwhal)
Date: 2026-07-16T15:02:36-03:00
Commit: https://github.com/php/pecl-database-ibm_db2/commit/21026728620544ea639ac87d70edee018ad36fe2
Raw diff: https://github.com/php/pecl-database-ibm_db2/commit/21026728620544ea639ac87d70edee018ad36fe2.diff
update stock actions
Changed paths:
M .github/workflows/ci.yml
Diff:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 05aba6c..5caab9b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,10 +27,10 @@ jobs:
- database:/database
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
- name: Cache DB2 library
id: cache-clidriver
- uses: actions/cache@v4
+ uses: actions/cache@v6
with:
path: clidriver
key: ${{ runner.os }}-clidriver
@@ -110,10 +110,10 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
- name: Cache DB2 library
id: cache-clidriver
- uses: actions/cache@v4
+ uses: actions/cache@v6
with:
path: clidriver
key: ${{ runner.os }}-clidriver