We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout@v6
1 parent 32b8579 commit 302aed7Copy full SHA for 302aed7
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ jobs:
17
if: github.repository == 'php/php-src'
18
steps:
19
- name: git checkout
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
- name: Install dependencies
22
run: pip install sphinx-design sphinxawesome-theme rstfmt
23
- name: Check formatting
.github/workflows/push.yml
@@ -48,7 +48,7 @@ jobs:
48
image: 'alpine:3.22'
49
50
51
52
- name: apk
53
uses: ./.github/actions/apk
54
- name: System info
0 commit comments