1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Update GitHub Action workflows to actions/checkout@v6 (8.4)

This commit is contained in:
Tim Düsterhus
2025-12-17 15:23:35 +01:00
parent 32b8579b62
commit 302aed78ee
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
if: github.repository == 'php/php-src'
steps:
- name: git checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install dependencies
run: pip install sphinx-design sphinxawesome-theme rstfmt
- name: Check formatting

View File

@@ -48,7 +48,7 @@ jobs:
image: 'alpine:3.22'
steps:
- name: git checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: apk
uses: ./.github/actions/apk
- name: System info