Skip to content

Commit 98fe304

Browse files
committed
Update GH-Actions actions/checkout version to v6
1 parent 9655e22 commit 98fe304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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@v5
12+
uses: actions/checkout@v6
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@v5
19+
uses: actions/checkout@v6
2020
with:
2121
repository: curl/curl
2222
path: .curl

0 commit comments

Comments
 (0)