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.
2 parents 0dda3c3 + d7619ff commit ffc1b80Copy full SHA for ffc1b80
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
prefer-lowest: 'prefer-lowest'
23
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
27
- name: Setup PHP
28
uses: shivammathur/setup-php@v2
@@ -70,7 +70,7 @@ jobs:
70
runs-on: ubuntu-22.04
71
72
73
74
75
76
.github/workflows/deploy_docs_1x.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- name: Cloning repo
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
with:
17
fetch-depth: 0
18
0 commit comments