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.
1 parent 6f91b48 commit cde69ebCopy full SHA for cde69eb
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
with:
26
fetch-depth: 0
27
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Checkout code
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Setup PHP
uses: shivammathur/setup-php@v2
0 commit comments