Skip to content

Commit 302aed7

Browse files
committed
Update GitHub Action workflows to actions/checkout@v6 (8.4)
1 parent 32b8579 commit 302aed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.repository == 'php/php-src'
1818
steps:
1919
- name: git checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Install dependencies
2222
run: pip install sphinx-design sphinxawesome-theme rstfmt
2323
- name: Check formatting

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
image: 'alpine:3.22'
4949
steps:
5050
- name: git checkout
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
- name: apk
5353
uses: ./.github/actions/apk
5454
- name: System info

0 commit comments

Comments
 (0)