[PECL-CVS] [pecl-database-oci8] main: Update action versions
[email protected] (Shivam Mathur)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Shivam Mathur (shivammathur)
Pusher: sharadraju
Date: 2025-12-18T22:23:50+05:30
Commit: https://github.com/php/pecl-database-oci8/commit/59029dc928f5006b98f1d505be9052f122108811
Raw diff: https://github.com/php/pecl-database-oci8/commit/59029dc928f5006b98f1d505be9052f122108811.diff
Update action versions
Changed paths:
M .github/workflows/ci.yml
Diff:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 24cc58e..1353ae9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,9 +66,9 @@ jobs:
# fix debug build warning: zend_signal: handler was replaced for signal (2) after startup
echo DISABLE_INTERRUPT=on > /opt/oracle/instantclient/network/admin/sqlnet.ora
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Checkout php-src
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
repository: php/php-src
ref: ${{ matrix.branch }}
@@ -100,7 +100,7 @@ jobs:
matrix: ${{ steps.extension-matrix.outputs.matrix }}
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Create matrix
id: extension-matrix
uses: php/php-windows-builder/extension-matrix@v1
@@ -115,7 +115,7 @@ jobs:
matrix: ${{fromJson(needs.windows-matrix.outputs.matrix)}}
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Build
uses: php/php-windows-builder/extension@v1
with: