Skip to content

Commit 5719c1e

Browse files
committed
CI: Dep updates
1 parent 7cd9509 commit 5719c1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
name: Compile and install PHP - Test
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- name: Setup PHP
1515
uses: PHPWatch/compile-php@main

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ runs:
99
using: composite
1010
steps:
1111
- name: Checkout php-src repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
repository: php/php-src
1515
path: .php-src
1616
ref: ${{ inputs.branch }}
1717

1818
- name: Checkout curl repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
repository: curl/curl
2222
path: .curl

0 commit comments

Comments
 (0)