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:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user